From 87127520817ffcd3b3272c36261c0f8f6b24c09b Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Mon, 20 Oct 2014 19:37:52 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index c99f4ff..a7a40a4 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -3,11 +3,6 @@ location YNH_EXAMPLE_PATH { # Path to source alias YNH_EXAMPLE_ALIAS ; - # Force https - if ($scheme = http) { - rewrite ^ https://$server_name$request_uri? permanent; - } - # Example PHP configuration index index.php; try_files $uri $uri/ index.php;