From 811546a64cd00ac0481f3694b9e8c4ed2f1647e6 Mon Sep 17 00:00:00 2001 From: DerGrumpf Date: Tue, 23 Jun 2026 10:32:52 +0200 Subject: [PATCH] Increased Nginx upload limit --- nixos/roles/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/roles/nginx.nix b/nixos/roles/nginx.nix index f5eb516..5f26782 100644 --- a/nixos/roles/nginx.nix +++ b/nixos/roles/nginx.nix @@ -64,7 +64,7 @@ in # controller services (proxied to upstream tailscale node) "git.cyperpunk.de" = (mkProxy 9000) // { extraConfig = '' - client_max_body_size 500m; + client_max_body_size 8192m; ''; }; "search.cyperpunk.de" = mkProxy 11080;