1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00

add 'extra_php-fpm.conf' to custom php config

"ynh_add_fpm_config" uses this file at the end of its setup
Allows to upload bigger files than default
This commit is contained in:
Gofannon 2022-08-21 01:15:46 +02:00
parent 477ade870d
commit a81ca11603

7
conf/extra_php-fpm.conf Normal file
View file

@ -0,0 +1,7 @@
; 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