Test_types_hash_bucket_size?

Hello,

Error started popping out during start after latest dev build:
Restarting nginx: : could not build the test_types_hash, you should
increase test_types_hash_bucket_size: 64
nginx.

And there is no such options for http{}:

Restarting nginx: : unknown directive “test_types_hash_bucket_size” in
/u01/nginx/conf/nginx.conf:14
nginx.

Maybe it’s related to VHost issues I’m experiencing?

Posted at Nginx Forum:

Turns out it was due to commas between mime types in GZIP config, not
spaces.

Also caused major fuck up - server configuration not being read
completely: proxy_pass worked, but locations/vhosts were screwed.

Posted at Nginx Forum:

On Fri, Nov 6, 2009 at 7:55 PM, grmbl [email protected] wrote:

Turns out it was due to commas between mime types in GZIP config, not spaces.

Also caused major fuck up - server configuration not being read completely: proxy_pass worked, but locations/vhosts were screwed.

so the problem in other thread has solved?