mirror of
https://github.com/nginx/nginx.git
synced 2025-01-23 23:03:18 -06:00
Fix names of the referer hash size directives introduced in r3940.
This commit is contained in:
parent
400de576f9
commit
c4ff39ae2b
@ -309,7 +309,7 @@ ngx_http_referer_merge_conf(ngx_conf_t *cf, void *parent, void *child)
|
|||||||
hash.key = ngx_hash_key_lc;
|
hash.key = ngx_hash_key_lc;
|
||||||
hash.max_size = conf->referer_hash_max_size;
|
hash.max_size = conf->referer_hash_max_size;
|
||||||
hash.bucket_size = conf->referer_hash_bucket_size;
|
hash.bucket_size = conf->referer_hash_bucket_size;
|
||||||
hash.name = "referers_hash";
|
hash.name = "referer_hash";
|
||||||
hash.pool = cf->pool;
|
hash.pool = cf->pool;
|
||||||
|
|
||||||
if (conf->keys->keys.nelts) {
|
if (conf->keys->keys.nelts) {
|
||||||
|
Loading…
Reference in New Issue
Block a user