From 123f1f41fd6f08a2c586295abfce492340589e9d Mon Sep 17 00:00:00 2001 From: magikcypress Date: Fri, 24 Mar 2017 16:03:07 +0100 Subject: [PATCH] Supprimer des lignes de conf nginx inutile --- conf/nginx.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index b82ee71..d039f97 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -2,12 +2,6 @@ location __PATHTOCHANGE__ { alias __FINALPATH__/; index index.php; - if (!-e $request_filename) - { - rewrite ^(.+)$ __PATHTOCHANGE__/index.php?q=$1 last; - rewrite ^/.*$ __PATHTOCHANGE__/index.php last; - } - if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; }