<div dir="ltr">What does the DNS server have to do with it?  I thought it just translated domain names to IP addresses.  I thought the browser queries the DNS, gets the IP from the domain name (which is the same for both domains--with or without www), and returns it to the browser.  The browser then fires the request to that IP address with the domain inside the HTTP header, which nginx uses to determine the correct server block.  </div>

<div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Feb 3, 2014 at 12:42 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:32:53 Josh Stratton wrote:<br>
> Right, I actually have those lines commented out.  That's the part I don't<br>
> understand.  For example, if I put everything in the same file (example<br>
> below), neither one of them have a default_server or a wildcard.  The only<br>
> other option I see from the link you sent me is <a href="http://www.morebears.com" target="_blank">www.morebears.com</a> is<br>
> getting "defaulted" by nginx to the hostname.  However, I don't know what<br>
> about my server would default to <a href="http://strattonbrazil.com" target="_blank">strattonbrazil.com</a>.  Based on the below<br>
> settings, I don't see how that should be happening and in my system<br>
> environment I don't see anything like `hostname` that would also direct to<br>
> <a href="http://strattonbrazil.com" target="_blank">strattonbrazil.com</a>.<br>
</div>[..]<br>
<br>
It's up to your DNS server configuration.  Nginx knows nothing about it,<br>
it just receives requests that actually can contain arbitrary host name.<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>