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. 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; }