From f442f53b8ce2841b31e3275ff0582304ce5873c9 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Wed, 8 Apr 2020 15:29:38 +0200 Subject: [PATCH] try change nginx.conf --- conf/nginx.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index f029eec..9922f5f 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -7,9 +7,7 @@ if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; } -try_files $uri $uri/ index.php -index index.php - +index index.php; location ~ \.php { try_files $uri $uri/ index.php;