Snap NextCloud on Ubuntu 18.04 Install How to Increase Maximum File Upload Size?

Hi,

I am running NextCloud (16.05) SNAP on Ubuntu 18.04. I can’t find anyway to increase the file upload size. Is there a way to do it via the Web Admin screen? I can’t find any PHP.ININ that I should be modifying etc.

Please help.

Thanks.

You can set it in your apache configuration, at best in the virtual host file, like this:

php_admin_value upload_max_filesize 10M

The webserver ist bundled within the snap-package and as far as I know there is no way to change the webserver-configuration with nextcloud-snap.