From 4ffedfe532bdb32cd61a9eb7f3efa9f47db8f3b1 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Tue, 21 May 2024 17:38:34 +0200 Subject: [PATCH] s4f-conference: allow larger uploads MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit they should probably be using nextcloud for this, but i can't be bothered to make them a group there, so here we go 🤷 --- parsons/s4f-conference.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/parsons/s4f-conference.nix b/parsons/s4f-conference.nix index 2d95021..12bd7cb 100644 --- a/parsons/s4f-conference.nix +++ b/parsons/s4f-conference.nix @@ -126,6 +126,8 @@ proxy_hide_header Content-Security-Policy; proxy_hide_header X-Frame-Options; proxy_redirect off; + + client_max_body_size 100M; ''; }; forceSSL = true;