From d8191017f29bf277fd8426209971e7ac7503a609 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 18 Oct 2020 12:25:45 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index be77c05..6c1a65d 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -11,7 +11,7 @@ location __PATH__/ { index index.php; - if (!-e $request_filename) { rewrite ^ /__PATH__/index.php last; } + if (!-e $request_filename) { rewrite ^ __PATH__/index.php last; } #try_files $uri $uri/ /bludit//bludit/index.php?$args;