Render vhost directives in https server block

master
Yuri Moens 2019-12-08 00:58:32 +01:00
parent ca3b158d94
commit 0866f98957
1 changed files with 2 additions and 0 deletions

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