1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/firefly-iii_ynh.git synced 2024-09-03 18:36:13 +02:00

Update nginx.conf

This commit is contained in:
Memo 2022-04-29 17:04:02 +02:00 committed by GitHub
parent 3525614458
commit 89b006656f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ location __PATH__/ {
}
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
#client_max_body_size 50M;
client_max_body_size 5M;
try_files $uri $uri/ index.php;
location ~ '[^/]\.php$|^/update.php' {