From af871ac2dd5995d8f2e54c1644b18d97623ea869 Mon Sep 17 00:00:00 2001 From: Nathan Braswell Date: Sat, 27 Sep 2025 23:47:21 -0400 Subject: [PATCH] allow git pushes of larger files --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index a99bf65..cbbd425 100644 --- a/flake.nix +++ b/flake.nix @@ -677,6 +677,9 @@ forceSSL = true; enableACME = true; locations."/".proxyPass = "http://localhost:3001"; + locations."/".extraConfig = '' + client_max_body_size 100M; + ''; }; virtualHosts."synapse.room409.xyz" = {