Fix IPv6 HTTP listen

This commit is contained in:
bt90
2022-12-22 19:45:44 +01:00
committed by GitHub
parent 207894dac6
commit 632d013fb8

View File

@@ -471,6 +471,7 @@ or the root domain:
server {
listen 80;
listen [::]:80;
server_name ntfy.sh;
location / {
@@ -554,6 +555,7 @@ or the root domain:
server {
listen 80;
listen [::]:80;
server_name ntfy.sh;
location / {