From ff53f3e0ecb7762a60d0e51795aa8aa0a0f29d8c Mon Sep 17 00:00:00 2001 From: chenc <1458513@qq.com> Date: Thu, 30 Nov 2023 14:52:41 +0800 Subject: [PATCH] fix conf --- openresty/config/conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;