Fix IPv6 HTTP listen
This commit is contained in:
parent
207894dac6
commit
632d013fb8
1 changed files with 2 additions and 0 deletions
|
@ -471,6 +471,7 @@ or the root domain:
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
|
listen [::]:80;
|
||||||
server_name ntfy.sh;
|
server_name ntfy.sh;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
@ -554,6 +555,7 @@ or the root domain:
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
|
listen [::]:80;
|
||||||
server_name ntfy.sh;
|
server_name ntfy.sh;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
|
Loading…
Reference in a new issue