Commit old modifs keeped locally

This commit is contained in:
elkmaennchen 2024-01-25 18:20:56 +01:00
parent 5556b8f17b
commit eea58ec0b3
Signed by: elkmaennchen
GPG key ID: E5C850EB50335184
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM nextcloud:24.0-fpm-alpine FROM nextcloud:24-fpm-alpine
RUN set -ex; \ RUN set -ex; \
\ \

View file

@ -86,7 +86,7 @@ http {
} }
# set max upload size # set max upload size
client_max_body_size 10G; client_max_body_size 15G;
fastcgi_buffers 64 4K; fastcgi_buffers 64 4K;
# Enable gzip but do not remove ETag headers # Enable gzip but do not remove ETag headers