summaryrefslogtreecommitdiff
path: root/roles/apps
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-11-18 23:50:34 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-11-18 23:50:34 +0100
commitd375210a09e39623bfd3be3321e667388bc281fc (patch)
tree899f6edf90a7a1068dd89cc1faff61924a08d188 /roles/apps
parentapps/nextcloud: improve initial config and fix some minor issues (diff)
this shouldn't be necessary... since chunked uploads are a thing in nextcloud since some time now.
Diffstat (limited to 'roles/apps')
-rw-r--r--roles/apps/nextcloud/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
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/"