Nginx 104 Connection reset by peer故障处理
故障现象 1.看日志发现正常日志和错误日志比例几乎1:12.错误日志全部是104: Connection reset by peer) while reading upstream3.看访问日志也没有其他http错误状态码 [root@VM_0_22_centos logs]# ls -lh total 389M -rw-r--r-- 1 work work 191M Oct 30 17:30 ttt.minminmsn.com_access.log -rw-r--r-- 1 work work 199M Oct 30 17:30 ttt.minminmsn.com_error.log [root@VM_0_22_centos logs]# tail -n 1 ttt.minminmsn.com_error.log 2020/10/30 17:30:27 [error] 14063#0: *807476828 readv() failed (104: Connection reset by peer) while reading upstream, client: 117.61.242...
