fix(nginx): increase proxy_headers_hash_bucket_size

> [warn] could not build optimal proxy_headers_hash
This commit is contained in:
arcnmx 2024-04-16 15:10:28 -07:00
parent a904af4cfa
commit 5e636c7895

View file

@ -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";