VEGAS/nginx: increase proxy header hash sizes

This commit is contained in:
Max Headroom 2021-12-04 01:27:37 +01:00
parent 89476da4c7
commit 1e8246dad4

View file

@ -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 = {