From 08368ec872ea1e0a1cdbb8c788d560b421c609a5 Mon Sep 17 00:00:00 2001 From: Fabian Hauser Date: Mon, 3 Mar 2025 18:19:08 +0200 Subject: [PATCH] Upgrade attic max body size to 10G --- nixos-modules/qois/attic/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-modules/qois/attic/default.nix b/nixos-modules/qois/attic/default.nix index c64ed7c..e5ff733 100644 --- a/nixos-modules/qois/attic/default.nix +++ b/nixos-modules/qois/attic/default.nix @@ -85,7 +85,7 @@ in services.nginx = { enable = true; - clientMaxBodySize = "5G"; + clientMaxBodySize = "10G"; virtualHosts.${cfg.domain} = { kTLS = true; forceSSL = true; -- 2.47.2