diff --git a/conf/nginx.conf b/conf/nginx.conf index 578ee20..9c76b7b 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,8 +1,5 @@ location PATHTOCHANGE { alias ALIASTOCHANGE; - if ($scheme = http) { - rewrite ^ https://$server_name$request_uri? permanent; - } index index.php; try_files $uri $uri/ /index.php?$args;