From 198144da169d2efc332865ec46228d2e9bd23562 Mon Sep 17 00:00:00 2001 From: jwklijnsma Date: Tue, 27 Feb 2024 11:38:28 +0100 Subject: [PATCH] fix --- backend/templates/_listen.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/templates/_listen.conf b/backend/templates/_listen.conf index 15f0c865..9081f240 100644 --- a/backend/templates/_listen.conf +++ b/backend/templates/_listen.conf @@ -20,6 +20,5 @@ {% if ipv6 -%} listen [::]:443 ssl{% if http2_support %} http2{% endif %}; {% endif %} -{% endif %} {% endif %} server_name {{ domain_names | join: " " }}; \ No newline at end of file