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

This commit is contained in:
Stavros Kois
2022-08-03 10:01:44 +02:00
committed by GitHub
parent 20309bfaa2
commit 060187de0f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ sources:
- https://github.com/nextcloud/docker - https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm - https://github.com/nextcloud/helm
type: application type: application
version: 15.2.31 version: 15.2.32
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- cloud - cloud
+1 -1
View File
@@ -250,7 +250,7 @@ configmap:
#add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload;" always; #add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload;" always;
# set max upload size # set max upload size
client_max_body_size 512M; client_max_body_size {{ .Values.env.PHP_UPLOAD_LIMIT | default 512M }};
fastcgi_buffers 64 4K; fastcgi_buffers 64 4K;
# Enable gzip but do not remove ETag headers # Enable gzip but do not remove ETag headers