nacos 使用nginx做负载均衡

nacos要使用nginx做负载均衡需要使用到stream模块,如果编译nginx的时候没有添加stream模块的,建议重新编译(否则改一个出现N个错误)

编译命令:./configure --prefix=/usr/local/nginx --with-stream

nginx.conf配置:

stream与http同级

 

 upstream与http下的server同级

 

posted @ 2023-05-15 11:55  leihongnu  阅读(166)  评论(0编辑  收藏  举报