- A+
所属分类:Error
报错:
0 |
nginx: [warn] could not build optimal proxy_headers_hash, you should increase either proxy_headers_hash_max_size: 512 or proxy_headers_hash_bucket_size: 64; ignoring proxy_headers_hash_bucket_size |
解决方法:在localtion中增加
0 1 |
proxy_headers_hash_max_size 51200; proxy_headers_hash_bucket_size 6400; |
申明:转载请标明出处!
转载于:http://m.jb51.net/article/56044.htm