mirror of
https://github.com/YunoHost-Apps/kimai2_ynh.git
synced 2024-09-03 19:26:26 +02:00
Merge branch 'testing' into version-2
This commit is contained in:
commit
249a551989
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ location __PATH__/ {
|
|||
client_max_body_size 50M;
|
||||
|
||||
try_files $uri $uri/ /index.php$is_args$args;
|
||||
|
||||
location ~ [^/]\.php(/|$) {
|
||||
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
|
||||
fastcgi_pass unix:/var/run/php/php__PHPVERSION__-fpm-__NAME__.sock;
|
||||
|
|
Loading…
Add table
Reference in a new issue