From 3e7c77733cb960690e276c8d9e363bc633e65da3 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Thu, 23 Jul 2020 13:37:09 +0200 Subject: [PATCH] try debug uris nginx conf --- conf/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 727721f..09f18cb 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,4 +1,4 @@ -location __PATH__ { +location __PATH__/ { # Path to source alias __FINALPATH__/www/ ; @@ -8,7 +8,7 @@ if ($scheme = http) { } # Example PHP configuration (remove if not used) - location __PATH__ { + location __PATH__/ { index index.php /_route.php; try_files $uri $uri/ index.php /_route.php; }