i use nginx as reverse proxy server , and php-fpm as fast cgi upstream.
i found some access in nginx access log file doesen’t has a
“$upstream_response_time” value but a “-” character instead , and
also
has “$response_time” value.
why ?
the response_time is 2.448,but no upstream_response_time, the http
response code is 499,dosen’t mean that nginx did not finish the
“connection” and php-fpm even has no chance to “see” the access ?
the response_time is 2.448,but no upstream_response_time, the http
response code is 499,dosen’t mean that nginx did not finish the
“connection” and php-fpm even has no chance to “see” the access ?
The connection was closed by a client before nginx got anything
from upstream, hence nginx closed upstream connection as well.
The 499 status code logged to indicate this, and there is no
$upstream_response_time for the same reason.
–
Maxim D.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.