1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/baikal_ynh.git synced 2024-09-03 18:16:11 +02:00
This commit is contained in:
Éric Gaspar 2022-12-24 22:17:29 +01:00
parent 1b86e7f75b
commit dd01087816
2 changed files with 2 additions and 0 deletions

View file

@ -14,6 +14,8 @@ location __PATH__/ {
index index.php;
client_max_body_size 50M;
location ~ ^(.+\.php)(.*)$ {
include fastcgi_params;
fastcgi_split_path_info ^(.+\.php)(.*)$;