摘要: 目的是利用nginx中的stream模块实现mysql数据库的负载均衡 查看是否安装了stream模块 用./nginx -V 到/usr/local/nginx/conf/nginx.conf 配置stream模块 其中stream模块与http模块级别相同 stream { upstream m 阅读全文
posted @ 2019-01-15 15:22 huanglei2010 阅读(1784) 评论(1) 推荐(0)