Linux 运维场景面试题
nginx connect refused
【题目】 nginx 日志大量 connect() failed (111: Connection refused) while connecting to upstream,定位分层排查?
【参考答案】
- 后端应用进程宕机/端口没启
- 后端服务负载满载无法新建连接
- 后端健康检查未通过被上游 LB 摘除
- 内网 DNS 解析错乱、主机名解析异常
【题目】 nginx 日志大量 connect() failed (111: Connection refused) while connecting to upstream,定位分层排查?
【参考答案】