diff --git a/sites-available/ssl.example.com b/sites-available/ssl.example.com index 04c4466..4c90084 100644 --- a/sites-available/ssl.example.com +++ b/sites-available/ssl.example.com @@ -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;