Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

This is what my'keepalive_timeout' lines look on my nginx.conf file but still have time out issues when users login with twitter oauth. 503 shows before 120 seconds.

sendfile        on;
#tcp_nopush     on;

#keepalive_timeout  120;
keepalive_timeout  120;

#gzip  on;
share|improve this question
are you sure that 503 is generated by nginx, and not by backend? – sendmoreinfo Jul 19 '12 at 21:39
not sure, how can i tell. All I know is that when the site was on apache, this error didn't occur. – Andrew Jul 28 '12 at 18:37
Post a copy of page source. – sendmoreinfo Aug 1 '12 at 19:58
Here is a copy of my virtual.conf file pastebin.com/ik5us674 and a copy of my nginx.conf file pastebin.com/uCGAuSWH – Andrew Aug 2 '12 at 22:23

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.