How to increase max upload size in filemanager?

You could consider increasing

See default config;

    'upload_max_size' => 100 * 1024 * 1024, // 100MB

How ever 256 mb is the currently set value in /usr/local/hestia/php/etc/php-fpm.conf

How ever for larger files there are better system like a normal (s)ftp client

The current system is not optimised for uploading large files…

1 Like