原文:Nginx Upstream timed out (110: Connection timed out)

在Nginx错误日志中,有大量的下列信息: Upstream timed out : Connection timed out while reading response header from upstream 这种情况主要在厦门两种情况下发生: . nginx proxy 需要适当的调整proxy read timeout值。 location ... proxy read timeout ...

2016-07-01 11:37 0 2021 推荐指数:

查看详情

upstream timed out (110: Connection timed out) while reading response header from upstream

错误日志 显示结果 从错误日志我们可以知道,该错误是由于nginx 代理去获取上游服务器的 返回值超时了。那么这个问题是什么导致的: 该请求获取的数据比较多,后端处理该请求花费的时间较长。 也可能是代理服务器与上游服务器的网络问题 我当时的解决方法加入 ...

Fri Nov 20 06:02:00 CST 2020 0 1042
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM