Re: nginx uwsgi connection timeout

2014-11-10 Thread jpherbst
Thank you for your reply Maxim, that's exactly what's happening. It's closing the socket for all the other requests I try, but not that one. I guess the problem is farther down the line somewhere. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,254687,254743#msg-254743 ___

Re: nginx uwsgi connection timeout

2014-11-10 Thread Maxim Dounin
Hello! On Fri, Nov 07, 2014 at 05:52:31PM -0500, jpherbst wrote: > Hello, > > I have nginx 1.6.1 setup in front of uwsgi 2.0.7 using uwsgi_pass, which has > been working very well for me except for one request. When I make the > failing request uwsgi processes the request and returns the respon

nginx uwsgi connection timeout

2014-11-07 Thread jpherbst
Hello, I have nginx 1.6.1 setup in front of uwsgi 2.0.7 using uwsgi_pass, which has been working very well for me except for one request. When I make the failing request uwsgi processes the request and returns the response in less than a second, but nginx just sits there with an open connection t