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)(/.*)$;