Skip to content

Commit 7800938

Browse files
weedpumpthe1ts
authored andcommitted
Update default.conf
1 parent ab80fe1 commit 7800938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/templates/default.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
server {
88
listen 80 default;
99
{% if ipv6 -%}
10-
listen [::]:80;
10+
listen [::]:80 default;
1111
{% else -%}
12-
#listen [::]:80;
12+
#listen [::]:80 default;
1313
{% endif %}
1414
server_name default-host.localhost;
1515
access_log /data/logs/default-host_access.log combined;

0 commit comments

Comments
 (0)