Files not getting synced (413 Request Entity Too Large)

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; to client_max_body_size 100M;
  • save file and exit
  • restart nginx server using command: service nginx restart