I recently started using nginx as my main web server. While it's a little tricky at first to figure out (documentation is all Russian), there are a few wiki's that help a lot. One of the things I couldn't figure out was how it determines the "default" vhost. In Apache this is the first host found in the Vhost configs (or alphabetically in sites-enabled/*) however this didn't seem to be the case