From b5004a9b46d5dbf8fa5969c37704d799b8120781 Mon Sep 17 00:00:00 2001 From: AD7six Date: Mon, 28 Jul 2014 14:44:28 +0000 Subject: [PATCH] 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 --- nginx.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/nginx.conf b/nginx.conf index 76f77ee..b4c9126 100644 --- a/nginx.conf +++ b/nginx.conf @@ -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/*; }