首页 > Linux, nginx > Nginx could not build the server_names_hash 错误

Nginx could not build the server_names_hash 错误

2014年3月10日

在给nginx 配置了一个超长的域名后,通过 /usr/local/nginx/sbin/ngnix -t 检查配置文件时出现一下错误:

could not build the server_names_hash, you should increase server_names_hash_bucket_size: 32

解决办法是在nginx的配置文件的http段中增加如下配置:

server_names_hash_bucket_size 64;

如果已经存在,需要加大后面的数值,注意:该数值是32的倍数为宜。

具体信息可以参看nginx官网:http://nginx.org/cn/docs/http/server_names.html



欢迎转载,转载请注明文章出处,谢谢!
垃圾有点差凑合看还不错很精彩 (2 人打了份: 平均分:5.00)
Loading...Loading...
分类: Linux, nginx 标签:
本文的评论功能被关闭了.

无觅相关文章插件,快速提升流量