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