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 = { services.nginx = {
enable = true; enable = true;
clientMaxBodySize = "5G"; clientMaxBodySize = "10G";
virtualHosts.${cfg.domain} = { virtualHosts.${cfg.domain} = {
kTLS = true; kTLS = true;
forceSSL = true; forceSSL = true;