1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

increase upload and post size

This commit is contained in:
yalh76 2019-06-10 23:30:15 +02:00
parent c1026c113e
commit 3d2671ae3b

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