Upgrade attic max body size to 10G #37

Merged
fabianhauser merged 1 commit from upgrade-attic-max-body-size into main 2025-03-03 17:23:27 +01:00

View file

@ -85,7 +85,7 @@ in
services.nginx = {
enable = true;
clientMaxBodySize = "5G";
clientMaxBodySize = "10G";
virtualHosts.${cfg.domain} = {
kTLS = true;
forceSSL = true;