From 24f659c1935f4e4dcfef7c8865c14d6cdf724f08 Mon Sep 17 00:00:00 2001 From: RisingOpsNinja <175097282+RisingOpsNinja@users.noreply.github.com> Date: Mon, 4 May 2026 10:03:25 +0200 Subject: [PATCH 1/2] fix(nextcloud): enable nginx config fastcgi_request_buffering Signed-off-by: RisingOpsNinja <175097282+RisingOpsNinja@users.noreply.github.com> --- charts/nextcloud/files/nginx.config.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nextcloud/files/nginx.config.tpl b/charts/nextcloud/files/nginx.config.tpl index 89009ca4..9fea47e3 100644 --- a/charts/nextcloud/files/nginx.config.tpl +++ b/charts/nextcloud/files/nginx.config.tpl @@ -149,7 +149,7 @@ server { fastcgi_pass php-handler; fastcgi_intercept_errors on; - fastcgi_request_buffering off; + fastcgi_request_buffering on; fastcgi_max_temp_file_size 0; } From 08869976e2bf4696ff32f081c41630d0aa1b5415 Mon Sep 17 00:00:00 2001 From: RisingOpsNinja <175097282+RisingOpsNinja@users.noreply.github.com> Date: Mon, 4 May 2026 11:00:40 +0200 Subject: [PATCH 2/2] Bump helm chart version Signed-off-by: RisingOpsNinja <175097282+RisingOpsNinja@users.noreply.github.com> --- charts/nextcloud/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index b7a47e18..48b0feb9 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: nextcloud -version: 9.0.6 +version: 9.1.0 # renovate: image=docker.io/library/nextcloud appVersion: 33.0.3 description: A file sharing server that puts the control and security of your own data back into your hands.