From 7a8eef0cf00e244e6a21d8c249db14bc9bf18c1c Mon Sep 17 00:00:00 2001 From: Bandie Date: Wed, 13 Jan 2021 19:38:16 +0100 Subject: [PATCH] IPv6 enabled --- configs/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/nginx.conf b/configs/nginx.conf index abd18ea..e2660e8 100644 --- a/configs/nginx.conf +++ b/configs/nginx.conf @@ -17,6 +17,7 @@ http { keepalive_timeout 3000; server { listen 80 default_server; + listen [::]:80 default_server; root /www; index index.html index.htm index.php; server_name %%DOMAIN_NAME%%;