<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello,<br><br>I'm currently running nginx-0.7.62.<br><br>My conf goes like:<br><br>error_page 404 /404/<br>error_page 500 /500/<br><br>location = /404/ { internal; }<br>location = /500/ { internal; }<br><br>It works fine but if i visit&nbsp;<a href="http://mydomain.com/404/">mydomain.com/404/</a>&nbsp;i get the default nginx 404 page instead of my custom one. Same thing with&nbsp;<a href="http://mydomain.com/500/">mydomain.com/500/</a>&nbsp;. I get the default nginx 404 page instead of my custom one.<br><br>Am i missing smth?<br><br>Thnx!<br>
<br></body></html>