6 lines
182 B
Plaintext
Raw Normal View History

2024-05-16 11:07:12 +08:00
location ~ ^/(status_81|ping_81)$ {
access_log off;
fastcgi_pass php81:9000;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi.conf;
}