mirror of
https://github.com/YunoHost-Apps/bookstack_ynh.git
synced 2024-09-03 18:16:02 +02:00
Update nginx.conf
This commit is contained in:
parent
244810b7f6
commit
df76f5e8c9
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ location __PATH__/ {
|
||||||
index index.php;
|
index index.php;
|
||||||
#try_files $uri $uri/ @bookstack;
|
#try_files $uri $uri/ @bookstack;
|
||||||
|
|
||||||
#try_files $uri $uri/ /index.php;
|
try_files $uri $uri/ /index.php;
|
||||||
|
|
||||||
location ~ [^/]\.php(/|$) {
|
location ~ [^/]\.php(/|$) {
|
||||||
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
|
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
|
||||||
|
|
Loading…
Reference in a new issue