mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-04-13 23:46:03 +08:00
feat: set clientMaxBodySize to 25G to allow for larger videos over web shares
This commit is contained in:
parent
2856038d6a
commit
414547e654
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@
|
|||
recommendedOptimisation = true;
|
||||
recommendedGzipSettings = false;
|
||||
recommendedProxySettings = true;
|
||||
clientMaxBodySize = lib.mkDefault "10G";
|
||||
clientMaxBodySize = lib.mkDefault "25G";
|
||||
|
||||
# Hardened TLS and HSTS preloading
|
||||
appendHttpConfig = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue