随笔分类 -  nginx

摘要:文章转自 https://www.cnblogs.com/andashu/p/6377323.html nginx可以根据客户端IP进行负载均衡,在upstream里设置ip_hash,就可以针对同一个C类地址段中的客户端选择同一个后端服务器,除非那个后端服务器宕了才会换一个。 nginx的upst 阅读全文
posted @ 2018-09-20 23:31 帅LOVE俊 阅读(202) 评论(0) 推荐(0)
摘要:好文 https://mp.weixin.qq.com/s/-tbku61HLKWXPoKypXGFHg https://blog.csdn.net/shuidinaozhongyan/article/details/71569253 https://blog.csdn.net/m136663687 阅读全文
posted @ 2018-09-13 22:20 帅LOVE俊 阅读(237) 评论(0) 推荐(0)