From f9a194b63608c80588c816194e75029051a5156d Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Fri, 8 Dec 2023 14:52:51 +0100 Subject: [PATCH] fix(garage): Increase the max body size --- machines/storage01/garage.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/storage01/garage.nix b/machines/storage01/garage.nix index a1a5186..4939e62 100644 --- a/machines/storage01/garage.nix +++ b/machines/storage01/garage.nix @@ -70,7 +70,7 @@ in { proxy_set_header Host $host; # Disable buffering to a temporary file. proxy_max_temp_file_size 0; - client_max_body_size 200M; + client_max_body_size 5G; ''; };