Re: [nginx logging module]$Request_time almost show 0.000 with proxy cache configuration

2017-06-23 Thread jindov
So as you guys said: it's a normal behavior of nginx and the problem is how can I monitor response time exactly?because, when I request a static link (a jpeg i.e), it take about 3s to completely download, but request_time still 0.000, and because it's a HIT request so I dont have upstream_response

[nginx logging module]$Request_time almost show 0.000 with proxy cache configuration

2017-06-22 Thread jindov
Hi guys, I've configured for nginx to cache static like jpeg|png. The problem is if request with MISS status, it will show a non-zero value request_time, but if a HIT request, the request_time value is 0.000. This is an nginx bug and is there anyway to resolve it. My log format ``` log_format c