摘要: https://blog.csdn.net/deliciousion/article/details/78062521 https://blog.csdn.net/Chenliaoyuanjv/article/details/79689028 阅读全文
posted @ 2019-02-19 16:24 little_ab 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 1.host域名转换 127.0.0.1 abc.test.com =>接口是为80 2.在nginx里面 http里 可以设置 upstream all_server{ server 127.0.0.1:8090 } 这个是定义负载均衡 server { listen 80; server_nam 阅读全文
posted @ 2019-02-19 15:35 little_ab 阅读(393) 评论(0) 推荐(0) 编辑