1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/castopod_ynh.git synced 2024-09-03 18:16:14 +02:00

Update php-fpm.conf

Fix in order to let user upload larger audio files than 50Mb.
This is the result of a discussion with Castopod contributors here: https://code.podlibre.org/podlibre/castopod/-/issues/90
This commit is contained in:
ImaCrea 2021-03-23 15:19:39 +01:00
parent ac00b52087
commit 5eb2c3abb3

View file

@ -420,7 +420,7 @@ chdir = __FINALPATH__
; Common values to change to increase file upload limit
php_admin_value[upload_max_filesize] = 500M
php_admin_value[post_max_size] = 50M
php_admin_value[post_max_size] = 510M
; php_admin_flag[mail.add_x_header] = Off
; Other common parameters