From d375210a09e39623bfd3be3321e667388bc281fc Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 18 Nov 2020 23:50:34 +0100 Subject: this shouldn't be necessary... since chunked uploads are a thing in nextcloud since some time now. --- roles/apps/nextcloud/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/apps') diff --git a/roles/apps/nextcloud/tasks/main.yml b/roles/apps/nextcloud/tasks/main.yml index 53eb080d..1a583f4e 100644 --- a/roles/apps/nextcloud/tasks/main.yml +++ b/roles/apps/nextcloud/tasks/main.yml @@ -162,7 +162,7 @@ template: generic-proxy-no-buffering-with-acme acme: true hostnames: "{{ item.value.hostnames }}" - client_max_body_size: "512M" + client_max_body_size: "0" proxy_pass: "http://127.0.0.1:{{ item.value.port }}" proxy_redirect: - redirect: "http://$host/" -- cgit v1.2.3