1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/signaturepdf_ynh.git synced 2024-09-03 20:25:57 +02:00

Match MAX_FILE_UPLOADS between conf.ini and php-fpm

This commit is contained in:
tituspijean 2023-08-01 10:36:50 +02:00
parent 5231f2b73e
commit 051e8c9595

View file

@ -2,3 +2,4 @@
php_admin_value[upload_max_filesize] = 256M
php_admin_value[post_max_size] = 256M
php_admin_value[max_file_uploads] = 401