summaryrefslogtreecommitdiff
path: root/roles/nginx/vhost/templates
diff options
context:
space:
mode:
Diffstat (limited to 'roles/nginx/vhost/templates')
-rw-r--r--roles/nginx/vhost/templates/generic-proxy-no-buffering-with-acme.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/nginx/vhost/templates/generic-proxy-no-buffering-with-acme.conf.j2 b/roles/nginx/vhost/templates/generic-proxy-no-buffering-with-acme.conf.j2
index 1003ab88..b943b2e4 100644
--- a/roles/nginx/vhost/templates/generic-proxy-no-buffering-with-acme.conf.j2
+++ b/roles/nginx/vhost/templates/generic-proxy-no-buffering-with-acme.conf.j2
@@ -16,7 +16,7 @@ server {
server_name {{ nginx_vhost.hostnames | join(' ') }};
include snippets/acmetool.conf;
- include snippets/ssl.conf;
+ include snippets/tls{% if 'tls_variant' in nginx_vhost %}-{{ nginx_vhost.tls_variant }}{% endif %}.conf;
ssl_certificate /var/lib/acme/live/{{ nginx_vhost.hostnames[0] }}/fullchain;
ssl_certificate_key /var/lib/acme/live/{{ nginx_vhost.hostnames[0] }}/privkey;
include snippets/hsts.conf;