このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
overmind
/
matrix-docker-ansible-deploy
ミラー元
https://github.com/spantaleev/matrix-docker-ansible-deploy
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
0
Wiki
アクティビティ
ソースを参照
root path for the base domain
pull/1189/head
JokerGermany
5年前
committed by
GitHub
親
5d0b213d19
コミット
8b4a5d9f4e
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID:
4AEE18F83AFDEB23
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-base-domain.conf.j2
+ 1
- 1
roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-base-domain.conf.j2
ファイルの表示
@@ -1,7 +1,7 @@
#jinja2: lstrip_blocks: "True"
{% macro render_vhost_directives() %}
root
/nginx-data
/matrix-domain;
root
{{ matrix_nginx_proxy_data_path }}
/matrix-domain;
gzip on;
gzip_types text/plain application/json;
書き込み
プレビュー
読み込み中…
キャンセル
保存