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%%;