6 lines
182 B
Plaintext
Raw Permalink Normal View History

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