From df76f5e8c9b8ee0f64b6349ce999c3b41a1e45d9 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 29 Jan 2021 11:33:49 +0100 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 85e472a..4741f52 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -12,7 +12,7 @@ location __PATH__/ { index index.php; #try_files $uri $uri/ @bookstack; - #try_files $uri $uri/ /index.php; + try_files $uri $uri/ /index.php; location ~ [^/]\.php(/|$) { fastcgi_split_path_info ^(.+?\.php)(/.*)$;