could not build the referers_hash
Cliff Wells
cliff at develix.com
Fri Mar 30 01:41:57 UTC 2012
On Thu, 2012-03-29 at 17:11 -0700, Justin Dorfman wrote:
> nginx: [emerg] could not build the referers_hash, you should increase
> referers_hash_bucket_size: 64
I hate to ask the obvious, but did you try increasing
referers_hash_bucket_size?
server {
referers_hash_bucket_size 128;
}
This variable seems undocumented (aside from a note it appeared in
1.0.5), but the error message appears helpful enough.
Regards,
Cliff
More information about the nginx
mailing list