总结Nginx 的使用过程中遇到的问题及解决方案
2016-08-10
51
在启动 Nginx 的时候,有时候会遇到这样的一个错误:复制代码 代码如下:[emerg]: could not build the proxy_headers_hash, you should increase either proxy_headers_hash_max_size: 512 or proxy_headers_hash_bucket_size: 64解决办法就是在配置文件中新增以下配置项:复制代码 代码如下:proxy_headers_ha...