fix(tanzanite): proper upload size

This commit is contained in:
stitchy 2025-02-04 11:24:14 -08:00
parent d3869fd58e
commit 84e0e0688b
Signed by: stitchy
SSH key fingerprint: SHA256:f7Wxv5r7Ooi4z3GxqMBx50LlPRtY/kUK/Sw8K02PYys

View file

@ -32,6 +32,7 @@ in {
enable = true; enable = true;
recommendedProxySettings = true; recommendedProxySettings = true;
recommendedTlsSettings = true; recommendedTlsSettings = true;
clientMaxBodySize = "100m";
virtualHosts = { virtualHosts = {
"stitchy.moe" = { "stitchy.moe" = {
enableACME = true; enableACME = true;