Below worked for me:
- Platform: nextcloud on proxmox
- file locaiton: /etc/nginx/nginx.conf
- Open above file using nano editor.
- change the line
client_max_body_size 1M;toclient_max_body_size 100M; - save file and exit
- restart nginx server using command:
service nginx restart
