Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/nextcloud/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: nextcloud
version: 9.1.1
version: 9.1.2
# renovate: image=docker.io/library/nextcloud
appVersion: 33.0.4
description: A file sharing server that puts the control and security of your own data back into your hands.
Expand Down
2 changes: 1 addition & 1 deletion charts/nextcloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ nginx:
# Added in server block of default config.
serverBlockCustom: |
# set max upload size
client_max_body_size 10G;
client_max_body_size 512M;
client_body_timeout 300s;
fastcgi_buffers 64 4K;
fastcgi_read_timeout 3600s;
Expand Down
Loading