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