1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bookstack_ynh.git synced 2024-09-03 18:16:02 +02:00
This commit is contained in:
ericgaspar 2021-01-29 11:54:54 +01:00
parent 8942ad5e33
commit 34cc24cf73
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

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