fix: listen 80 for no acme

This commit is contained in:
2023-01-11 17:49:29 +01:00
parent 3d7210eab6
commit cc6eb21ada

View File

@@ -9,6 +9,8 @@ server{
{% if acme %}
include acme-challenge.conf;
listen 80;
listen [::]:80;
{% endif %}
{% if extra_location %}