<p dir="ltr">Hi Francis,</p>
<p dir="ltr">We have been nginx with Php fpm for the last one year. In the last 2 months we have been seeing php fpm getting overloaded sometimes and eventually leading to 502/500/504 errors returned by nginx. Could you please help us out? </p>
<p dir="ltr">Let me what details you would need I would send them in the next mail.</p>
<p dir="ltr">Thank you.</p>
<div class="gmail_quote">On 30 May 2015 03:15, "Francis Daly" <<a href="mailto:francis@daoine.org">francis@daoine.org</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Fri, May 29, 2015 at 12:51:51PM -0400, sampy wrote:<br>
> Francis Daly Wrote:<br>
<br>
> > >         location /WebApp {<br>
> > >                 proxy_pass <a href="http://webint" target="_blank">http://webint</a>;<br>
> > >                 proxy_redirect <a href="http://webint:9080/" target="_blank">http://webint:9080/</a> /;<br>
> > >         }<br>
<br>
> But when I change LOCATION from:<br>
<br>
> location /WebApp {<br>
>                 proxy_pass <a href="http://balancer/WebApp" target="_blank">http://balancer/WebApp</a>;<br>
>                 proxy_redirect <a href="http://balancer:9080/" target="_blank">http://balancer:9080/</a> /;<br>
>          }<br>
<br>
> to:<br>
<br>
> location / {<br>
>                 proxy_pass <a href="http://balancer/WebApp" target="_blank">http://balancer/WebApp</a>;<br>
>                 proxy_redirect <a href="http://balancer:9080/" target="_blank">http://balancer:9080/</a> /;<br>
>                 }<br>
<br>
> stop working. "curl" sees the 302 redirection in both cases, but the web is<br>
> not showed in the second case. I think I forget something or I have some<br>
> mistake in syntax.<br>
<br>
Look at the proxy_pass in the very first one, the one that worked.<br>
<br>
It is just <a href="http://webint" target="_blank">http://webint</a> -- no / or anything after it.<br>
<br>
Whether you use "location /" or "location /WebApp", just use<br>
"proxy_pass <a href="http://balancer" target="_blank">http://balancer</a>;"<br>
<br>
<a href="http://nginx.org/r/proxy_pass" target="_blank">http://nginx.org/r/proxy_pass</a> for the details.<br>
<br>
        f<br>
--<br>
Francis Daly        <a href="mailto:francis@daoine.org">francis@daoine.org</a><br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div>