<div dir="ltr"><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">I suppose it has to do with the fact that error_page masks errors coming from the backend, impersonating them with nginx.<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">If nginx shows a 404 when the backend actually generated it, and you digged improperly into the logs, you might be fooled by that and get lost when trying to trace the error.<br><br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">If you decide to use per-backend error pages (to help differentiating where the error comes from), then the whole thing becomes useless...<br><br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">Thus, you need to know what you are doing: masking errors from the backend is IMHO a double-edged sword.<br></div><div class="gmail_extra"><div><div class="gmail_signature"><font size="1"><span style="color:rgb(102,102,102)">---<br></span><b><span style="color:rgb(102,102,102)">B. R.</span></b><span style="color:rgb(102,102,102)"></span></font></div></div>
<br><div class="gmail_quote">On Mon, Nov 10, 2014 at 1:29 PM, Maxim Dounin <span dir="ltr"><<a href="mailto:mdounin@mdounin.ru" target="_blank">mdounin@mdounin.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello!<br>
<span class=""><br>
On Fri, Nov 07, 2014 at 02:05:38PM -0500, zappa wrote:<br>
<br>
> Btw, why is it you don't recomment using the error_page method?<br>
<br>
</span>It's an error-prone approach.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Maxim Dounin<br>
<a href="http://nginx.org/" target="_blank">http://nginx.org/</a><br>
</font></span><div class="HOEnZb"><div class="h5"><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>
</div></div></blockquote></div><br></div></div>