Merge pull request #323 from yuri-moens/master

Render vhost directives in https server block
This commit is contained in:
Slavi Pantaleev 2019-12-08 07:25:04 +02:00 committed by GitHub
commit 332eec699e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}