Question
How can I increase the max upload file size on a one-click Owncloud droplet?
I’ve checked the loaded php.ini and increased upload and post sizes, restarted apache2 but Owncloud still reports 512M max upload size.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Hi stv,
From the admin_manual:
https://doc.owncloud.org/server/7.0/admin_manual/configuration/big_file_upload_configuration.html
OwnCloud comes with its own
owncloud/.htaccess
file. Set the following two parameters inside this.htaccess
file:Change this values in the .htaccess and restart apache2 again.
Best regards,
MSahl
@MSahl Worked like a charm! Thanks