1
0
Fork 0
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:
Éric Gaspar 2021-03-23 15:46:47 +01:00 committed by GitHub
commit 3d975756db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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