From 39c529f65ada114a49c4071698fd202724e14be8 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 4 Apr 2022 18:03:37 +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 9aa7449..a2b83ea 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -7,7 +7,7 @@ location / { client_max_body_size 50M; - try_files $uri __PATH__/index.php; + try_files $uri $uri/ index.php; location ~ [^/]\.php(/|$) { fastcgi_split_path_info ^(.+?\.php)(/.*)$;