1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flarum_ynh.git synced 2024-09-03 18:36:24 +02:00

Increases upload file in php conf

This commit is contained in:
Paolo Escobar 2021-01-24 12:33:36 +00:00 committed by tituspijean
parent 8dbc6bdb44
commit 08dbc34c33

View file

@ -419,8 +419,8 @@ catch_workers_output = yes
;php_admin_value[memory_limit] = 32M
; Common values to change to increase file upload limit
; php_admin_value[upload_max_filesize] = 50M
; php_admin_value[post_max_size] = 50M
php_admin_value[upload_max_filesize] = 100M
php_admin_value[post_max_size] = 100M
; php_admin_flag[mail.add_x_header] = Off
; Other common parameters