fix(nextcloud): sync client_max_body_size with PHP_UPLOAD_LIMIT (#3383)

This commit is contained in:
Stavros Kois 2022-08-03 11:01:44 +03:00 committed by GitHub
parent 20309bfaa2
commit 060187de0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ sources:
- https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm
type: application
version: 15.2.31
version: 15.2.32
annotations:
truecharts.org/catagories: |
- cloud

View File

@ -250,7 +250,7 @@ configmap:
#add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload;" always;
# set max upload size
client_max_body_size 512M;
client_max_body_size {{ .Values.env.PHP_UPLOAD_LIMIT | default 512M }};
fastcgi_buffers 64 4K;
# Enable gzip but do not remove ETag headers