remove attic upload chunk size cap

This commit is contained in:
GammaKinematics 2026-03-31 12:41:01 +07:00
parent ae06e0c8c2
commit de5e5bd73e

View file

@ -299,6 +299,7 @@
locations."/" = {
proxyPass = "http://[::1]:8080";
proxyWebsockets = true;
extraConfig = "client_max_body_size 0;";
};
};