summaryrefslogtreecommitdiff
path: root/nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nginx.conf')
-rw-r--r--nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx.conf b/nginx.conf
index 7d35929..1c9e3dc 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -47,7 +47,7 @@ http {
index index.html;
server {
- listen 8080;
+ listen [::]:8080 ipv6only=off;
root www;
include nginx.inc.conf;
}