File Manager maximum file size [SOLVED]
File Manager maximum file size
Thanks
Re: File Manager maximum file size [SOLVED]

The file manager within keyhelp runs below the "keyhelp" system user.
So the user PHP config is not responsible for the settings in this case.
---------
@dioporken
You have to edit the following file:
Code: Select all
/etc/php/<PHP-VERSION>/fpm/pool.d/keyhelp.conf
Than update the following values to values of your choice.
Memory limit must be bigger than post_max_size and post_max_size must be bigger than upload_max_filesize.
Code: Select all
php_admin_value[memory_limit] = 128M
php_admin_value[post_max_size] = 70M
php_admin_value[upload_max_filesize] = 64M
After that, restart your php-fpm service:
Code: Select all
service php<PHP-Version>-fpm restart
----
With KeyHelp 21.1 the values for upload limit have been largely increased. Further manual modifications should not be necessary.
Alexander Mahr
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Re: File Manager maximum file size
ps
it would be possible, in a future update, to be able to edit this settings from the control panel?
