Hi.
On 27.11.22 09:41, Kaushal Shriyan wrote:
On Sat, Nov 26, 2022 at 1:28 AM Kaushal Shriyan
wrote:
Hi,
I am using nginx web server and php-fpm backend service to process all php
files. NGINX proxies web requests and passes them on to PHP-FPM worker
processes that execute the PHP applicatio
Hi,
I am using nginx web server and php-fpm backend service to process all php
files. NGINX proxies web requests and passes them on to PHP-FPM worker
processes that execute the PHP application. Is there a way to capture both
response header and body which are processed by PHP-FPM application? Also