mirror of
https://github.com/YunoHost-Apps/leantime_ynh.git
synced 2024-09-03 19:36:04 +02:00
fix
This commit is contained in:
parent
11e0d1b727
commit
b19d574229
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
## Minimum Configuration, these are required for installation
|
||||
|
||||
LEAN_APP_URL = 'https://__DOMAIN__' # Base URL, only needed for subfolder installation
|
||||
LEAN_APP_URL_ROOT = '' # Base of application withotu trailing slash (used for cookies), e.g, /leantime
|
||||
LEAN_APP_URL_ROOT = '' # Base of application without trailing slash (used for cookies), e.g, /leantime
|
||||
|
||||
LEAN_DEBUG = 1 # Debug flag
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ location __PATH__/ {
|
|||
|
||||
client_max_body_size 50M;
|
||||
|
||||
#try_files $uri $uri/ /index.php;
|
||||
try_files $uri $uri/ /index.php;
|
||||
|
||||
location ~ [^/]\.php(/|$) {
|
||||
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
|
||||
|
|
Loading…
Add table
Reference in a new issue