From e4c8012f57e9513349ff3556de8cfc673e815ffd Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Fri, 14 Oct 2022 23:48:08 +0200 Subject: [PATCH] vueko/restic: Increase body size Some backups have been failing recently. --- machines/vueko/services/restic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/vueko/services/restic.nix b/machines/vueko/services/restic.nix index 2c58ec4..b2837a6 100644 --- a/machines/vueko/services/restic.nix +++ b/machines/vueko/services/restic.nix @@ -55,7 +55,7 @@ locations."/".proxyPass = "http://127.0.0.1:8080/"; extraConfig = '' - client_max_body_size 20M; + client_max_body_size 50M; ''; }; }