Re: How to allow 404 server error to propagate to the user

2013-11-28 Thread Debasish Ray Chawdhuri
uot;-" "-" On Thu, Nov 28, 2013 at 6:27 PM, Debasish Ray Chawdhuri < debas...@geekyarticles.com> wrote: > I am currently raising a 404 error from the backend server (running on > port 9000), but nginx, instead of giving the client the same 404 error, > responds with

How to allow 404 server error to propagate to the user

2013-11-28 Thread Debasish Ray Chawdhuri
I am currently raising a 404 error from the backend server (running on port 9000), but nginx, instead of giving the client the same 404 error, responds with a 505, but still send the body of the response that is returned from the server with the 404. How do I fix this?