Upgrade attic max body size
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
Fabian Hauser 2025-03-03 17:33:15 +02:00
parent d18b40525c
commit f2dc1001d3

View file

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