Merge pull request #81 from philippbecker/patch-1

Remove include directive in ssl.example.com
This commit is contained in:
Andy Dawson 2014-11-10 09:54:52 +01:00
commit bb3dcda427
1 changed files with 0 additions and 2 deletions

View File

@ -8,8 +8,6 @@ server {
# listen on both hosts
server_name example.com www.example.com;
include h5bp/directive-only/ssl.conf;
# and redirect to the https host (declared below)
# avoiding http://www -> https://www -> https:// chain.
return 301 https://example.com$request_uri;