Is too large, plase upload files less than 1 GB

How do I increase the upload? I need to mount a 3.85 GB file and it couldn’t

It tells me this: is too large, plase upload files less than 1 GB

You can try to update the upload limit…

But config files get overwritten during updates of FM…

Or use scp / sftp / ftp

1 Like

I tried to edit the limit in the past and it was a lot of trouble. It simply won’t work in the long run.

Use SCP. WinSCP is a great tool for that.

2 Likes

I think, you need make changes in one more place - hestia php-fpm – /usr/local/hestia/php/etc/php-fpm.conf

php_admin_value[post_max_size] = 256M
php_admin_value[upload_max_filesize] = 256M
php_admin_value[max_execution_time] = 300
php_admin_value[max_input_time] = 300

(don’t forget to reload hestia services after)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.