server-configs-nginx/sites-available
Andy Dawson 7a0e282dd0 Add an ssl no-default example
I.e. an example of this:

    -> curl -kI -H "Host: valid.com" https://localhost
    HTTP/1.1 200 OK
    ...
    -> curl -kI -H "Host: invalid.com" https://localhost
    curl: (52) Empty reply from server

Whether this works or not depends on SNI.
2016-06-08 09:36:39 +02:00
..
README.md Typo foorbar -> foobar 2013-11-18 03:41:11 -05:00
example.com Add white space for comment. 2015-12-01 10:38:42 +08:00
no-default add a doc block to no-default 2013-11-20 20:40:02 +00:00
ssl.example.com Updated ssl.exemple.com to use http2 instead of spdy 2016-05-25 15:02:34 +02:00
ssl.no-default Add an ssl no-default example 2016-06-08 09:36:39 +02:00

README.md

Sites Available

Define host definitions here. It'd be a good thing if you keep your hosts indexed by domain name, eg:

example.com (handles traffic from both www.example.com and example.com)
foobar.com (as above)
test.foobar.com (handles traffic from both www.test.foobar.com and test.foobar.com)