Skip to content

Commit adc5a20

Browse files
authored
Merge pull request #1666 from TobiasKneidl/patch-1
Update default.conf to follow the default site setting also for ipv6
2 parents 40b1521 + bb422d4 commit adc5a20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/templates/default.conf

Lines changed: 2 additions & 2 deletions
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)