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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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 / {