From eb98ae2bb7f5441c6c2bdc85158df0d40f633539 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 13 Oct 2019 03:19:34 +0200 Subject: nextcloud role almost done - some stuff still missing --- inventory/host_vars/sk-cloudia/vars.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'inventory/host_vars/sk-cloudia/vars.yml') diff --git a/inventory/host_vars/sk-cloudia/vars.yml b/inventory/host_vars/sk-cloudia/vars.yml index e4d1ddf3..cb5b47a8 100644 --- a/inventory/host_vars/sk-cloudia/vars.yml +++ b/inventory/host_vars/sk-cloudia/vars.yml @@ -38,9 +38,11 @@ kubernetes_standalone_cni_variant: with-localonly-portmap acmetool_directory_server: "{{ acmetool_directory_server_le_live }}" +### TODO: should this be done via the nextcloud role? nginx_vhosts: wolke.elevate.at: template: generic-proxy-no-buffering-with-acme + client_max_body_size: 0 acme: true hostnames: - wolke.elev8.at @@ -48,6 +50,7 @@ nginx_vhosts: proxy_pass: "http://127.0.0.1:8100" # insomnia.skillz.biz: # template: generic-proxy-no-buffering-with-acme + # client_max_body_size: 0 # acme: true # hostnames: # - insomnia.skillz.biz -- cgit v1.2.3