From c0d5b1dfa54db2d8b8a1c496ae26bbae7f4005d3 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 18 Oct 2020 12:21:33 +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 0e41766..be77c05 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -11,7 +11,7 @@ location __PATH__/ { index index.php; - if (!-e $request_filename) { rewrite ^ /bludit/index.php last; } + if (!-e $request_filename) { rewrite ^ /__PATH__/index.php last; } #try_files $uri $uri/ /bludit//bludit/index.php?$args;