don't include ssl config by default

If the server has no ssl config - there's no need to load a config file
full of ssl config
This commit is contained in:
AD7six 2014-07-28 14:44:28 +00:00
parent 72f9509a5e
commit b5004a9b46
1 changed files with 0 additions and 2 deletions

View File

@ -118,7 +118,5 @@ http {
# a specific directory, or on an individual server{} level.
# gzip_static on;
include h5bp/directive-only/ssl.conf;
include sites-enabled/*;
}