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:
parent
ac00b52087
commit
5eb2c3abb3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue