Fix names of the referer hash size directives introduced in r3940.

This commit is contained in:
Igor Sysoev 2011-08-18 16:27:30 +00:00
parent 400de576f9
commit c4ff39ae2b

View File

@ -309,7 +309,7 @@ ngx_http_referer_merge_conf(ngx_conf_t *cf, void *parent, void *child)
hash.key = ngx_hash_key_lc;
hash.max_size = conf->referer_hash_max_size;
hash.bucket_size = conf->referer_hash_bucket_size;
hash.name = "referers_hash";
hash.name = "referer_hash";
hash.pool = cf->pool;
if (conf->keys->keys.nelts) {