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的主要内容,如果未能解决你的问题,请参考以下文章

nginx负载均衡fair模块安装和配置

nginx upstream模块

Nginx-upstream模块

nginx添加nginx_upstream_check_modules

[转帖]nginx upstream模块--负载均衡

给nginx打nginx_upstream_check_module补丁