diff --git a/files/nextcloud.nginx b/files/nextcloud.nginx index f7be1c5..623c265 100644 --- a/files/nextcloud.nginx +++ b/files/nextcloud.nginx @@ -51,7 +51,7 @@ server { } # set max upload size - client_max_body_size 512M; + client_max_body_size 2G; fastcgi_buffers 64 4K; # Disable gzip to avoid the removal of the ETag header