Compare commits

...

1 commit

Author SHA1 Message Date
f2dc1001d3 Upgrade attic max body size
Some checks failed
CI / build (push) Has been cancelled
2025-03-03 17:33:15 +02:00

View file

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