you should increase either proxy_headers_hash_max_size: 512 or proxy_headers_hash_bucket_size: 64
报错内容:
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
解决方法:
vim /etc/nginx/nginx.conf
在http里面增加
proxy_headers_hash_max_size 51200;
proxy_headers_hash_bucket_size 6400;
本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。
评论已关闭