1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/leantime_ynh.git synced 2024-09-03 19:36:04 +02:00
This commit is contained in:
Éric Gaspar 2023-05-08 19:32:20 +02:00
parent 99e40d3688
commit 55a2f176e6
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ location __PATH__/ {
client_max_body_size 50M; client_max_body_size 50M;
#try_files $uri $uri/ __PATH__/index.php; try_files $uri $uri/ __PATH__/index.php;
location ~ [^/]\.php(/|$) { location ~ [^/]\.php(/|$) {
fastcgi_split_path_info ^(.+?\.php)(/.*)$; fastcgi_split_path_info ^(.+?\.php)(/.*)$;