diff --git a/conf/nginx.conf b/conf/nginx.conf index 8a7374e..67bbe89 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,10 +4,6 @@ location __PATH__/ { # Path to source alias __FINALPATH__/public/ ; - if ($scheme = http) { - rewrite ^ https://$server_name$request_uri? permanent; - } - index index.php; # Bug in Nginx with locations and aliases (see http://stackoverflow.com/a/35102259 )