Hello!
On Tue, Jun 7, 2016 at 5:56 PM, Matt Meisberger wrote:
> I'm trying to proxy_pass and use an already developed large php library to
> modify the body for the end client. I can't seem to find a good way to do it
> yet.
>
> Is there a way to first do a proxy pass and then write to stdout and then
> hand off to fastcgi pass and read stdin?
>
> Any others ideas would be appreciated also.
>
Your PHP/FastCGI part can easily become the bottleneck of your whole
nginx server. Better do that in-place in nginx.
Regards,
-agentzh