From 414547e6542da8815aebff0ff6d458aba4adca16 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 6 Apr 2026 17:36:26 +0200 Subject: [PATCH] feat: set clientMaxBodySize to 25G to allow for larger videos over web shares --- modules/services/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/nginx.nix b/modules/services/nginx.nix index 3eac497..2ea02d1 100644 --- a/modules/services/nginx.nix +++ b/modules/services/nginx.nix @@ -56,7 +56,7 @@ recommendedOptimisation = true; recommendedGzipSettings = false; recommendedProxySettings = true; - clientMaxBodySize = lib.mkDefault "10G"; + clientMaxBodySize = lib.mkDefault "25G"; # Hardened TLS and HSTS preloading appendHttpConfig = ''