Re: RE: STALE responses taking as much as MISS responses

2019-02-15 Thread joao.pereira
We are trying to measure times using the variables referred on the following article and on the emails above: https://www.nginx.com/blog/using-nginx-logging-for-application-performance-monitoring/#var_request_time But It came to our attention that those are not accurate, our log file: log_format m

Re: Nginx Reverse Proxy Caching

2019-02-15 Thread Sathish Kumar
Hi All, Is it possible to enable gzip and etag to solve caching problem. On Thu, Feb 14, 2019, 10:00 AM Sathish Kumar Hi All, > > How can I achieve caching html files only for this location context /abc/* > and not for other context path. > > > On Thu, Feb 14, 2019, 7:26 AM Sathish Kumar >> Hi