Nginx and PHP-FastCGI Process Manager

2022-11-25 Thread Kaushal Shriyan
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

How can I redirect a request via Another External proxy

2022-11-25 Thread Aakarshit Agarwal
Hi Team, Inside a private network, I want to redirect a request via another External proxy. Brief -> I want my URL ( https://example1.com ) when having the path specified as ( https://example1.com/tunnel/portnumber ) it will redirect my request to another URL ( https://example2/api/portnumber/xy