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:
parent
72f9509a5e
commit
b5004a9b46
|
@ -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/*;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue