ソースを参照

Merge pull request #323 from yuri-moens/master

Render vhost directives in https server block
pull/325/head
Slavi Pantaleev 6年前
committed by GitHub
コミット
332eec699e
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-domain.conf.j2

+ 2
- 0
roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-domain.conf.j2 ファイルの表示

@@ -58,5 +58,7 @@ server {
ssl_protocols {{ matrix_nginx_proxy_ssl_protocols }};
ssl_prefer_server_ciphers on;
ssl_ciphers "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH";

{{ render_vhost_directives() }}
}
{% endif %}

読み込み中…
キャンセル
保存