[SOLVED] Nextcloud : Upload de gros fichier (100Mo) impossible

Hi,

Can you check the contents of /etc/nginx/conf.d/${YOUR_DOMAIN}.d/nextcloud.conf? You should have this in there:

  # Set max upload size
  client_max_body_size 10G;
  fastcgi_buffers 64 4K;

If yes, disabling http2 won’t hurt. You can try it.