php-nginx - Only one front page in Nginx reports readv() failed (104: Connection reset by peer)
淡淡烟草味
淡淡烟草味 2017-05-16 17:25:13
0
1
622

request_terminate_timeout has been set

<value name="request_terminate_timeout">600s</value>

php.ini is set to 60s, but there is a page that must be reported:

readv() failed (104: Connection reset by peer) while reading upstream

Other pages are fine, just one page is like this: The front-end symptom is that the output HTML is incomplete, and this page is not large.
I'm at a loss for words, please help me!

淡淡烟草味
淡淡烟草味

reply all(1)
Peter_Zhu

You can refer to http://howtounix.info/howto/104-connection-reset-by-peer-error-nginx and try setting php-fpm.conf中的request_terminate_timeout to 600.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!