已經(jīng)設(shè)置了request_terminate_timeout
<value name="request_terminate_timeout">600s</value>
php.ini中設(shè)置為60s,可就是有一個(gè)頁(yè)面非得報(bào):
readv() failed (104: Connection reset by peer) while reading upstream
其它頁(yè)面都沒(méi)事兒,就一個(gè)頁(yè)面這樣:前臺(tái)癥狀是輸出的HTML不完整,這個(gè)頁(yè)面也不大的。
百思不得其解,求助各位大神兒!
你可以參考下 http://howtounix.info/howto/104-connection-reset-by-peer-error-nginx 這個(gè)鏈接,把php-fpm.conf
中的request_terminate_timeout
設(shè)置為600試下。