发布网友 发布时间:2022-04-20 08:04
共1个回答
热心网友 时间:2022-07-13 00:37
ip_hash是会话保持模块,在一定时间内,来自同一个ip的会话都会分到之前那台机器上。追问我用不同ip去 请求 都分配到同一台机器 也就是负载均衡不起作用了
追答The key for the hash is the class-C network address of the client. 这是nginx官方关于ip_hash的解释,意思就是来自同一个c段的网络ip都扔到一台机器上了。
可以看看官方资料:http://wiki.nginx.org/NginxHttpUpstreamMole