From 84e0e0688b7d95e3f818417620b56988994a3024 Mon Sep 17 00:00:00 2001 From: stitchy Date: Tue, 4 Feb 2025 11:24:14 -0800 Subject: [PATCH] fix(tanzanite): proper upload size --- hosts/tanzanite/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/tanzanite/default.nix b/hosts/tanzanite/default.nix index fdd211c..745dadf 100644 --- a/hosts/tanzanite/default.nix +++ b/hosts/tanzanite/default.nix @@ -32,6 +32,7 @@ in { enable = true; recommendedProxySettings = true; recommendedTlsSettings = true; + clientMaxBodySize = "100m"; virtualHosts = { "stitchy.moe" = { enableACME = true;