Thank you for spotting that error and sending me the link!  That solved the problem.  <div>I would not have seen that omission for weeks, since I'm so new to nginx.<div><br></div><div><br><div class="gmail_quote">On Thu, Aug 25, 2011 at 11:23 PM, Ensiferous <span dir="ltr"><<a href="mailto:nginx-forum@nginx.us">nginx-forum@nginx.us</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi<br>
<br>
In your try_files in location / you have $uri/ as your second option.<br>
This means that it will try to read the URI as a directory. Since you do<br>
not have an index directive defined it will instead try to list the<br>
content of the directory, which is not allowed by default.<br>
<br>
You need to define an index directive<br>
<a href="http://wiki.nginx.org/HttpIndexModule#index" target="_blank">http://wiki.nginx.org/HttpIndexModule#index</a> either in your location<br>
block or further up.</blockquote></div></div></div>