localhost/stub_status
- Nginx statuslocalhost?full&json
- PHP FPM Full status (including workers) as JSONlocalhost?full&html
- PHP FPM Full status (including workers) as HTMLlocalhost/ping
- PHP FPM alive check
- Configure Docker container name in
nginx.conf
in thefastcgi_pass
in thelocation
blocks and in theupstream
directive incl. port. - Configure FPM port in
php-fpm.conf
. - Configure
/ping
location innginx.conf
atlocation ~ ^/(status|ping/?)
and inphp-fpm.conf
usingping.path
. - Configure
/ping
response inphp-fpm.conf
usingping.response
. - Configure
/status
location innginx.conf
atlocation ~ ^/(status|ping/?)
.