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; }