Forum: NGINX Need help : Getting 502 response status code for specific URL

Posted by Raghvendra Parashar (Guest)
on 2013-02-12 21:18
(Received via mailing list)
Hi nginx team,

I am getting 502 bad gateway error for particular URL.

Application details :
Rails 3.1.0
Ruby 1.9.2
unicorn 4.2.0
resque 1.20.0
nginx/1.0.14
redis 2.4.8

nginx error log :
2013/02/12 07:36:16 [error] 32401#0: *1948 upstream prematurely closed
connection while reading response header from upstream

I have also posted my question on stack-overflow, please find it
here<http://stackoverflow.com/questions/14825304/502-er...,
but couldn't got any response.

Please guide me to solve this problem.

Thanks
Regards:
Raghvendra Kumar Parashar
Posted by Nikolas Stevenson-Molnar (Guest)
on 2013-02-12 21:27
(Received via mailing list)
502 Bad Gateway usually indicates a problem with the application (or
upstream) server. In this case, I think that would be Unicorn. Double
check that Unicorn is configured and running and correctly and that the
port or socket  that you have in your nginx config is the same as the
one Unicorn is listening on.

_Nik
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.