diff --git a/systems/hakurei/nixos.nix b/systems/hakurei/nixos.nix index dfc9d055..20e56980 100644 --- a/systems/hakurei/nixos.nix +++ b/systems/hakurei/nixos.nix @@ -284,6 +284,10 @@ in { ssl.cert.enable = true; }; }; + commonHttpConfig = '' + proxy_headers_hash_max_size 1024; + proxy_headers_hash_bucket_size 128; + ''; }; services.samba.tls = { useACMECert = "samba";