mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
"ynh_add_fpm_config" uses this file at the end of its setup Allows to upload bigger files than default
7 lines
329 B
Text
7 lines
329 B
Text
; Additional 'php.ini' parameters for this YunoHost package/application
|
|
|
|
; Common values to change to increase file upload limit
|
|
; Tips: you need to do modify nginx config too: "client_max_body_size"
|
|
php_admin_value[upload_max_filesize] = 25M
|
|
php_admin_value[post_max_size] = 25M
|
|
;source: https://www.dokuwiki.org/faq:uploadsize
|