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