nginx upstream bug
Posted zfyolo
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx upstream bug相关的知识,希望对你有一定的参考价值。
nginx配置
upstream order-service-host { ip_hash; server booking-order-service:10008; }
在前端 后端看日志都是正常的 但是访问报错400
需要将
order-service-host 要改成 order.service.host
upstream不能有-和_(问题具有偶发性)
以上是关于nginx upstream bug的主要内容,如果未能解决你的问题,请参考以下文章