From 5eb2c3abb361ab5707005ee3a502be26243e37ff Mon Sep 17 00:00:00 2001 From: ImaCrea Date: Tue, 23 Mar 2021 15:19:39 +0100 Subject: [PATCH] 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 --- conf/php-fpm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/php-fpm.conf b/conf/php-fpm.conf index 4e1f5d2..22fd556 100755 --- a/conf/php-fpm.conf +++ b/conf/php-fpm.conf @@ -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