摘要: 可参考资料: http://www.cnblogs.com/holbrook/archive/2012/10/25/2738475.html http://blog.csdn.net/e421083458/article/details/30092795 阅读全文
posted @ 2017-06-18 19:51 tjc123 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 在nginx的配置文件【./conf/nginx.conf】中加入: upstream test.balance123.com { server 192.168.1.223:80; server 192.168.1.101:8888; } server { listen 80; location / 阅读全文
posted @ 2017-06-18 13:27 tjc123 阅读(203) 评论(0) 推荐(0) 编辑