<div dir="ltr">Right, and that's fine.  It just seems a bizarre behavior.  I would have expected an nginx error or something. Thanks for all your help getting it figured out.  nginx's configuration seems very intuitive in general.  </div>

<div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Feb 3, 2014 at 2:13 PM, Valentin V. Bartenev <span dir="ltr"><<a href="mailto:vbart@nginx.com" target="_blank">vbart@nginx.com</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 Monday 03 February 2014 12:59:28 Josh Stratton wrote:<br>
> What does the DNS server have to do with it?  I thought it just translated<br>
> domain names to IP addresses.  I thought the browser queries the DNS, gets<br>
> the IP from the domain name (which is the same for both domains--with or<br>
> without www), and returns it to the browser.  The browser then fires the<br>
> request to that IP address with the domain inside the HTTP header, which<br>
> nginx uses to determine the correct server block.<br>
<br>
</div>Right.  But your configuration only had two server blocks: one with<br>
server_name "<a href="http://morebearsmore.com" target="_blank">morebearsmore.com</a>" and one with server_name "<a href="http://strattonbrazil.com" target="_blank">strattonbrazil.com</a>",<br>
so there is no one for "<a href="http://www.morebearsmore.com" target="_blank">www.morebearsmore.com</a>", and since you didn't have<br>
"default_server" parameter in any of them, then nginx just picked up the<br>
first included in nginx.conf file.<br>
<div class="HOEnZb"><div class="h5"><br>
  wbr, Valentin V. Bartenev<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></div>