mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2025-12-06 13:51:35 +01:00
fix: listen 80 for no acme
This commit is contained in:
@@ -9,6 +9,8 @@ server{
|
|||||||
|
|
||||||
{% if acme %}
|
{% if acme %}
|
||||||
include acme-challenge.conf;
|
include acme-challenge.conf;
|
||||||
|
listen 80;
|
||||||
|
listen [::]:80;
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if extra_location %}
|
{% if extra_location %}
|
||||||
|
|||||||
Reference in New Issue
Block a user