mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(nginx): increase proxy_headers_hash_bucket_size
> [warn] could not build optimal proxy_headers_hash
This commit is contained in:
parent
a904af4cfa
commit
5e636c7895
1 changed files with 4 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue