diff --git a/conf/nginx.conf b/conf/nginx.conf index 39dc832..ae7ad25 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,10 +1,6 @@ location PATHTOCHANGE { alias ALIASTOCHANGE; - if ($scheme = http) { - rewrite ^ https://$server_name$request_uri? permanent; - } - index index.php index.html index.htm; default_type text/html; diff --git a/sources/index.php b/sources/index.php index 812a2bd..86fb68a 100644 --- a/sources/index.php +++ b/sources/index.php @@ -1 +1 @@ -to finish to install go to Admin page \ No newline at end of file +to finish to install go to Admin page \ No newline at end of file