6 lines
182 B
Plaintext
Raw Normal View History

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