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.confin thefastcgi_passin thelocationblocks and in theupstreamdirective incl. port. - Configure FPM port in
php-fpm.conf. - Configure
/pinglocation innginx.confatlocation ~ ^/(status|ping/?)and inphp-fpm.confusingping.path. - Configure
/pingresponse inphp-fpm.confusingping.response. - Configure
/statuslocation innginx.confatlocation ~ ^/(status|ping/?).