diff --git a/nextcloud_fpm_full/Dockerfile b/nextcloud_fpm_full/Dockerfile index 17c12ae..bb16c8f 100644 --- a/nextcloud_fpm_full/Dockerfile +++ b/nextcloud_fpm_full/Dockerfile @@ -1,4 +1,4 @@ -FROM nextcloud:24.0-fpm-alpine +FROM nextcloud:24-fpm-alpine RUN set -ex; \ \ diff --git a/web/nginx.conf b/web/nginx.conf index 9fc3e28..32c4b2d 100644 --- a/web/nginx.conf +++ b/web/nginx.conf @@ -86,7 +86,7 @@ http { } # set max upload size - client_max_body_size 10G; + client_max_body_size 15G; fastcgi_buffers 64 4K; # Enable gzip but do not remove ETag headers