feat: set clientMaxBodySize to 25G to allow for larger videos over web shares

This commit is contained in:
Ahwx 2026-04-06 17:36:26 +02:00
parent 2856038d6a
commit 414547e654

View file

@ -56,7 +56,7 @@
recommendedOptimisation = true;
recommendedGzipSettings = false;
recommendedProxySettings = true;
clientMaxBodySize = lib.mkDefault "10G";
clientMaxBodySize = lib.mkDefault "25G";
# Hardened TLS and HSTS preloading
appendHttpConfig = ''