mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-12-24 09:22:40 +03:00
Fix IPv6 HTTP listen
This commit is contained in:
parent
207894dac6
commit
632d013fb8
@ -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 / {
|
||||
|
Loading…
Reference in New Issue
Block a user