From 068cf5bf255dfd205713ab4674dcb7ba5170dbd6 Mon Sep 17 00:00:00 2001 From: chenc <1458513@qq.com> Date: Thu, 30 Nov 2023 10:36:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openresty/config/conf/nginx.conf | 1 + 1 file changed, 1 insertion(+) 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;