ngixn error日志中显示报错:nginx error nginx:recv() failed (104: Connection reset by peer) while reading response header from upstream,
经排查是php-fpm.conf配置文件中的request_terminate_timeout(单个请求超时中止时间)设置太小,修改此参数后恢复正常
request_terminate_timeout=60
ngixn error日志中显示报错:nginx error nginx:recv() failed (104: Connection reset by peer) while reading response header from upstream,
经排查是php-fpm.conf配置文件中的request_terminate_timeout(单个请求超时中止时间)设置太小,修改此参数后恢复正常
request_terminate_timeout=60