Doh!  I forgot 'bout the error log.<br><br>Apparently, nginx is looking for the file in /etc/nginx//html  However, the default html files were installed in /usr/share/nginx/html<br><br>I installed from the repo, so I'm not sure why it installed in one place yet is looking in another.  And I don't have a root html directory set in any of the conf files.<br>
<br><br><div class="gmail_quote">On Fri, Mar 16, 2012 at 11:18 AM, Francis Daly <span dir="ltr"><<a href="mailto:francis@daoine.org">francis@daoine.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Fri, Mar 16, 2012 at 09:43:39AM -0400, Bai Shen wrote:<br>
<br>
Hi there,<br>
<br>
</div><div class="im">> I added this into my config file, and put my-503-error.html in the same<br>
> location as the default 50x.html file, but all I get is a generic 404 error<br>
> page.<br>
<br>
</div>You got an error page.<br>
<br>
What does the error log say?<br>
<br>
Either put your 503 file there; or configure "root" so that it is correct<br>
within this location{}.<br>
<br>
If you're still having problems, please follow the "debug" instructions<br>
to make it easier for people to help you.<br>
<br>
Details on the web site, but in brief:<br>
<br>
what did you do?<br>
what did you see?<br>
what did you expect to see?<br>
<br>
and the more specific you are, the easier it will be for someone else to<br>
reproduce the problem you are reporting.<br>
<br>
Good luck with it,<br>
<div class="HOEnZb"><div class="h5"><br>
        f<br>
--<br>
Francis Daly        <a href="mailto:francis@daoine.org">francis@daoine.org</a><br>
<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>