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