原文: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