forked from 0x2620/pandora
listen on ipv6 port by default
This commit is contained in:
parent
d7b2cb18f7
commit
9ed5a4abd9
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue