nginx的upstream有几种分配方式 Linux系统NGINX负载均衡404错误处理方法?
Linux系统NGINX负载均衡404错误处理方法?
NGINX负载平衡处理方法
NGINX是用来实现负载均衡的,但是一组服务器的数据是不同步的,主服务器在有数据的情况下需要一段时间才能和其他服务器同步。
上游{
服务器192 . 168 . 1 . 25 : 8088;
服务器192 . 168 . 1 . 24 : 8088;
服务器192 . 168 . 1 . 23 : 8088;
}
当用户访问一张图片时,有60%的几率找不到文件。
问题:
如何将其配置成以下功能:
1.连接图片服务器时,如果24或23没有浏览机,我默认选择返回另一个25怎么办?解决方案:proxy _ n
请教nginx多个server怎么配置?
{
服务器192.168.1.221
}
服务器{
听力10
#服务器_
访问_
位置/{
proxy _ pass 192 . 168 . 1 . 221 : 10000
proxy _ s 192 . 168 . 1 . 222 : 10001
proxy _ set _ headerHost $主机
# proxy _ set _ header rx-Real-IP$remote _ addr
# proxy _ set _ headerX-Forwarded-For$proxy _ add _ x _ Forwarded _ For
}
}
服务器 图片 方法 NGINX proxy _ s 192 . 168 . 1 . 222 : 10001
版权声明:本文内容由互联网用户自发贡献,本站不承担相关法律责任.如有侵权/违法内容,本站将立刻删除。