From 2c7f392e7fd59cc36ac39504882dd99a6ed4e327 Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Tue, 15 Aug 2023 09:11:46 +0100 Subject: [PATCH] Ensure forgejo proxy has decent client body size --- krops/oracle-nix-cache/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/krops/oracle-nix-cache/configuration.nix b/krops/oracle-nix-cache/configuration.nix index 2691552..c80987d 100644 --- a/krops/oracle-nix-cache/configuration.nix +++ b/krops/oracle-nix-cache/configuration.nix @@ -94,6 +94,10 @@ forceSSL = true; locations."/" = { proxyPass = "http://100.116.48.47"; + extraConfig = + '' + client_max_body_size 100M; + ''; }; }; };