From 0866f9895787494469ba0763f2c77bd62c52b470 Mon Sep 17 00:00:00 2001 From: Yuri Moens Date: Sun, 8 Dec 2019 00:58:32 +0100 Subject: [PATCH] Render vhost directives in https server block --- .../templates/nginx/conf.d/matrix-domain.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-domain.conf.j2 b/roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-domain.conf.j2 index 1ad8b926..55f0e9f2 100644 --- a/roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-domain.conf.j2 +++ b/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 %}