Change max PHP file limit for Nextcloud:
In the php.init file change this line:
"post_max_size = 8M" to "post_max_size = 0"
As well this line:
"upload_max_filesize = 2M" to "upload_max_filesize = 6144M"
(This is 6GB)
Save the file and restart Apache by:
sudo systemctl restart apache2
------------------------
Date: June 11th 2024
Back