mirror of
https://github.com/YunoHost-Apps/castopod_ynh.git
synced 2024-09-03 18:16:14 +02:00
Merge pull request #10 from ImaCrea/review-max-size-post
Update php-fpm.conf
This commit is contained in:
commit
3d975756db
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