<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>The error_page directives are inherited if and only if there is absolutely
NO error_page directive on the current level. Moreover, whenever you
use the error_page directive you are doing two things:

1) explicitly setting error pages for the specified error codes

2) implicitly resetting error pages for all the other error codes
    that are not explicitly set on the current level to their
    default values

So your "error_page 418 <a href="http://nginx.org" target="_blank">http://nginx.org</a>;" directive not only
set the error page for error code 418, but also reset the error
pages for error code 404 and all the other error codes to their
default values.

Max</div><div><br></div></blockquote><div>Hi Max,</div><div><br></div><div>Thank you for your answer. May I suggest that explanation enters the wiki in the error_page directive section?</div><div><br></div><div>Gregory  </div>

</div><br>