Has anyone actually gotten to the root-cause of this? I’m seeing any file > 2MB is unable to be uploaded. I’ve checked my php.ini settings and I’ve got:
upload_max_filesize = 10G
post_max_size = 10G
(as reported by phpinfo(), so I know this is active for the web server)
In nginx I’ve set:
client_max_body_size 10240M;
and reloaded nginx though I’m unsure how to test it.
Finally in Nextcloud 16.0.1 I can confirm that Settings -> Monitoring, the PHP section shows a 1GB memory limit and 10G max upload size, so my 3MB files should be uploading just fine.
I looked in the www user’s ~/.user.ini
and it doesn’t have any settings related to restricting file size. I tried hacking a few settings into there but none seemed to matter.
Anyone figure this out once and for all?