VEGAS/nginx: increase proxy header hash sizes
This commit is contained in:
parent
89476da4c7
commit
1e8246dad4
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ in
|
|||
};
|
||||
appendHttpConfig = ''
|
||||
server_names_hash_bucket_size 128;
|
||||
proxy_headers_hash_max_size 4096;
|
||||
proxy_headers_hash_bucket_size 128;
|
||||
'';
|
||||
};
|
||||
services.phpfpm.pools.www = {
|
||||
|
|
Loading…
Reference in a new issue