request_terminate_timeout이 설정되었습니다
php.ini는 60초로 설정되어 있지만 보고해야 할 페이지가 하나 있습니다:
다른 페이지는 괜찮은데 한 페이지만 이렇습니다. 프론트 엔드 증상은 출력 HTML이 불완전하고 이 페이지가 크지 않다는 것입니다. 할말을 잃었습니다. 도와주세요!
http://howtounix.info/howto/104-connection-reset-by-peer-error-nginx를 참조하여 php-fpm.conf中的request_terminate_timeout를 600으로 설정해 보세요.
php-fpm.conf
request_terminate_timeout
http://howtounix.info/howto/104-connection-reset-by-peer-error-nginx를 참조하여
php-fpm.conf
中的request_terminate_timeout
를 600으로 설정해 보세요.