From eea58ec0b394fc6a7343b8fcbcc6d1f2305f2707 Mon Sep 17 00:00:00 2001 From: elkmaennchen Date: Thu, 25 Jan 2024 18:20:56 +0100 Subject: [PATCH] Commit old modifs keeped locally --- nextcloud_fpm_full/Dockerfile | 2 +- web/nginx.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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