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

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

2020-11-19 22:02 0 1042 推荐指数:

查看详情

Nginx Upstream timed out (110: Connection timed out)

在Nginx错误日志中,有大量的下列信息: Upstream timed out (110: Connection timed out) while reading response header from upstream 这种情况主要在厦门两种情况下发生: 1. nginx proxy ...

Fri Jul 01 19:37:00 CST 2016 0 2021
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM