How can I upload Upload_max_size to upload heavy files?

How can I increase it, I really don’t know, I want to access the root of hestiacp

If its for a website, create a .user.ini file in the web root (public_html usually) and add the values to that. eg

post_max_size = 55M
upload_max_filesize = 50M

If its for webmail you’d have to add/edit /var/lib/roundcube/.user.ini (or equivalent in rainloop)

In 1.6.8 we are going to update the default values to 100mb

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