Upgrade attic max body size to 10G
All checks were successful
CI / build (push) Successful in 4m1s

This commit is contained in:
Fabian Hauser 2025-03-03 18:19:08 +02:00
parent c3fcdc9322
commit 08368ec872

View file

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