Update nginx.conf

This commit is contained in:
chenc 2023-11-02 17:00:08 +08:00
parent 223f166897
commit f5863c6f1e

View File

@ -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;