From 1ab8882307c390effef6739386f96e21d10f90eb Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 12 Aug 2021 14:02:39 +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 e5a99fc..2614b01 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -10,7 +10,7 @@ location / { index index.php; - try_files $uri $uri/ __PATH__/index.php?$query_string; + try_files $uri $uri/ __PATH__/__PATH__/index.php?$query_string; location ~ \.php$ { if (!-e $request_filename) {