From 92ec446c20f317c2c188c821fb561e020ec6d5d7 Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Mon, 9 Aug 2021 21:29:05 +0200 Subject: [PATCH] doh --- core/nginx/conf/tls.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/nginx/conf/tls.conf b/core/nginx/conf/tls.conf index 9100243d..4372c5af 100644 --- a/core/nginx/conf/tls.conf +++ b/core/nginx/conf/tls.conf @@ -1,6 +1,6 @@ ssl_certificate {{ TLS[0] }}; ssl_certificate_key {{ TLS[1] }}; -{% if TLS_FLAVOR in ['letsencrypt','mail-letsencrypt] %} +{% if TLS_FLAVOR in ['letsencrypt','mail-letsencrypt'] %} ssl_certificate {{ TLS[2] }}; ssl_certificate_key {{ TLS[3] }}; {% endif %}