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" = {