listen on ipv6 port by default

This commit is contained in:
j 2024-06-19 12:01:08 +02:00
parent d7b2cb18f7
commit 9ed5a4abd9
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ server {
#server_name pandora.YOURDOMAIN.COM;
listen 80 default;
listen [::]:80 default;
access_log /var/log/nginx/pandora.access.log;
error_log /var/log/nginx/pandora.error.log;