diff --git a/openresty/config/conf/nginx.conf b/openresty/config/conf/nginx.conf index c7294f2..8c7cfce 100644 --- a/openresty/config/conf/nginx.conf +++ b/openresty/config/conf/nginx.conf @@ -67,6 +67,7 @@ lua_shared_dict my_limit_req_store1 100m; ######################## default ############################ server { listen 80; + listen [::]:80 server_name _; access_log /data/wwwlogs/access_nginx.log combined; root /data/wwwroot/default;