From 63874105a8ebe5c1b5c68e5bea067eddab25e3d0 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 12 May 2024 05:31:01 +0100 Subject: [PATCH] fix: up the size limit for the cache --- applications/nix_cache/nix_cache.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/nix_cache/nix_cache.nix b/applications/nix_cache/nix_cache.nix index 96d4e2c..91a5ccb 100644 --- a/applications/nix_cache/nix_cache.nix +++ b/applications/nix_cache/nix_cache.nix @@ -96,7 +96,7 @@ in { services.nginx = { enable = true; group = "acme"; - clientMaxBodySize = "100m"; + clientMaxBodySize = "500m"; recommendedProxySettings = true; virtualHosts = { "${name}.skynet.ie" = {