enable ipv6 listening

This commit is contained in:
El RIDO 2020-04-28 07:13:40 +02:00
parent d83d136f45
commit 9582113c42
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92

View File

@ -1,5 +1,6 @@
server {
listen 8080 default_server;
listen [::]:8080 default_server;
root /var/www;
index index.php index.html index.htm;