Explorar el Código
Merge pull request #323 from yuri-moens/master
Render vhost directives in https server block
pull/325/head
Slavi Pantaleev
hace 6 años
committed by
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
2 adiciones y
0 borrados
-
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 %} |