fix: listen 80 for acme forwarding

This commit is contained in:
2023-03-15 13:01:41 +01:00
parent 1cd82e6165
commit c9beb4a15d

View File

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