mirror of
https://github.com/YunoHost-Apps/bookstack_ynh.git
synced 2024-09-03 18:16:02 +02:00
Fix
This commit is contained in:
parent
8942ad5e33
commit
34cc24cf73
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ APP_KEY=SomeRandomString
|
|||
# If you change this in the future you may need to run a command
|
||||
# to update stored URLs in the database. Command example:
|
||||
# php artisan bookstack:update-url https://old.example.com https://new.example.com
|
||||
#APP_URL=https:__DOMAIN____PATH__
|
||||
#APP_URL=https://__DOMAIN____PATH__
|
||||
|
||||
# Application default language
|
||||
# The default language choice to show.
|
||||
|
|
|
@ -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?$query_string;
|
||||
|
||||
location ~ [^/]\.php(/|$) {
|
||||
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
|
||||
|
|
Loading…
Reference in a new issue