Update nginx.conf
This commit is contained in:
parent
223f166897
commit
f5863c6f1e
@ -78,18 +78,18 @@ lua_shared_dict my_limit_req_store1 100m;
|
|||||||
stub_status on;
|
stub_status on;
|
||||||
access_log off;
|
access_log off;
|
||||||
}
|
}
|
||||||
location ~ ^/(status_73|ping_73)$ {
|
# location ~ ^/(status_73|ping_73)$ {
|
||||||
access_log off;
|
# access_log off;
|
||||||
fastcgi_pass php73:9000;
|
# fastcgi_pass php73:9000;
|
||||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
# fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||||
include fastcgi.conf;
|
# include fastcgi.conf;
|
||||||
}
|
# }
|
||||||
location ~ ^/(status_74|ping_74)$ {
|
# location ~ ^/(status_74|ping_74)$ {
|
||||||
access_log off;
|
# access_log off;
|
||||||
fastcgi_pass php74:9000;
|
# fastcgi_pass php74:9000;
|
||||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
# fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||||
include fastcgi.conf;
|
# include fastcgi.conf;
|
||||||
}
|
# }
|
||||||
location ~ ^/(status_81|ping_81)$ {
|
location ~ ^/(status_81|ping_81)$ {
|
||||||
access_log off;
|
access_log off;
|
||||||
fastcgi_pass php81:9000;
|
fastcgi_pass php81:9000;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user