From 4f32bfe165385b7cfd049cd74a81d6ad520f308e Mon Sep 17 00:00:00 2001 From: magic_rb Date: Mon, 22 Jan 2024 09:57:36 +0100 Subject: [PATCH] Increase max body size for mainsail Signed-off-by: magic_rb --- terranix/containers/ingress-blowhole/upstreams.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/terranix/containers/ingress-blowhole/upstreams.conf b/terranix/containers/ingress-blowhole/upstreams.conf index 338b05b..8aaa79b 100644 --- a/terranix/containers/ingress-blowhole/upstreams.conf +++ b/terranix/containers/ingress-blowhole/upstreams.conf @@ -147,6 +147,8 @@ server { # Influx doesn't like it either include /local/security.conf; + client_max_body_size 500M; + location / { include /local/headers.conf;