From f5863c6f1e625ccf7655aeb679a5f58f5366fd6d Mon Sep 17 00:00:00 2001 From: chenc <1458513@qq.com> Date: Thu, 2 Nov 2023 17:00:08 +0800 Subject: [PATCH] Update nginx.conf --- openresty/config/conf/nginx.conf | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/openresty/config/conf/nginx.conf b/openresty/config/conf/nginx.conf index d5b4a77..ec4037c 100644 --- a/openresty/config/conf/nginx.conf +++ b/openresty/config/conf/nginx.conf @@ -78,18 +78,18 @@ lua_shared_dict my_limit_req_store1 100m; stub_status on; access_log off; } - location ~ ^/(status_73|ping_73)$ { - access_log off; - fastcgi_pass php73:9000; - fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; - include fastcgi.conf; - } - location ~ ^/(status_74|ping_74)$ { - access_log off; - fastcgi_pass php74:9000; - fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; - include fastcgi.conf; - } + # location ~ ^/(status_73|ping_73)$ { + # access_log off; + # fastcgi_pass php73:9000; + # fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; + # include fastcgi.conf; + # } + # location ~ ^/(status_74|ping_74)$ { + # access_log off; + # fastcgi_pass php74:9000; + # fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; + # include fastcgi.conf; + # } location ~ ^/(status_81|ping_81)$ { access_log off; fastcgi_pass php81:9000;