Spring Cloud 17 -- 使用 nginx 做网关集
2019-08-15 本文已影响0人
半碗鱼汤
一、配置 nginx
修改配置文件 nginx.conf
二、直接通过 zuul1 或者 zuul2 访问
比如 http://localhost:8769/toclient2/client2/hello
或者 http://localhost:8770/toclient2/client2/hello
三、通过 nginx 访问
四、在 zuul 的过滤器中接入日志打印
可以发现通过 nginx 会交替访问 zuul1 和 zuul2