美文网首页
Spring Cloud 17 -- 使用 nginx 做网关集

Spring Cloud 17 -- 使用 nginx 做网关集

作者: 半碗鱼汤 | 来源:发表于2019-08-15 10:34 被阅读0次

    一、配置 nginx

    修改配置文件 nginx.conf


    二、直接通过 zuul1 或者 zuul2 访问

    比如 http://localhost:8769/toclient2/client2/hello
    或者 http://localhost:8770/toclient2/client2/hello

    三、通过 nginx 访问

    访问 http://localhost:88/toclient2/client2/hello

    四、在 zuul 的过滤器中接入日志打印

    可以发现通过 nginx 会交替访问 zuul1 和 zuul2

    五、负载均衡功能完成

    相关文章

      网友评论

          本文标题:Spring Cloud 17 -- 使用 nginx 做网关集

          本文链接:https://www.haomeiwen.com/subject/aqmajctx.html