Upgrade attic max body size
All checks were successful
CI / build (push) Successful in 3m0s

This commit is contained in:
Fabian Hauser 2025-03-03 17:33:15 +02:00
parent 26022cf3dd
commit c3fcdc9322

View file

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