diff --git a/docs/config.md b/docs/config.md index 8092c436..9e8cef47 100644 --- a/docs/config.md +++ b/docs/config.md @@ -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 / {