From 516106dd0418bcdf7ec4c5ec01d99a7aba39f01f Mon Sep 17 00:00:00 2001 From: anmol Date: Sat, 31 Oct 2020 20:44:57 +0530 Subject: [PATCH] Fixed path in nginx --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 728e54a..b457260 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -11,7 +11,7 @@ location __PATH__/ { ### Example PHP configuration (remove it if not used) index index.php; if (!-f $request_filename) { - rewrite ^ /index.php last; + rewrite ^ __PATH__/index.php last; } # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file