nginx windows could not build server_names_hash, you should increase server_names_hash_bucket_size: 32
nginx 为windows版本
在配置文件nginx.conf 的http{}段增加一行配置
server_names_hash_bucket_size 64;
如果64不够可以设128等
nginx 为windows版本
在配置文件nginx.conf 的http{}段增加一行配置
server_names_hash_bucket_size 64;
如果64不够可以设128等