Commit old modifs keeped locally
This commit is contained in:
parent
5556b8f17b
commit
eea58ec0b3
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM nextcloud:24.0-fpm-alpine
|
||||
FROM nextcloud:24-fpm-alpine
|
||||
|
||||
RUN set -ex; \
|
||||
\
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue