Proxying static content sometimes requires to modify the expire directive on the proxy server, but sometimes it may just need to pass the origin expire…
Tag: proxy cache
nginx proxy cache – log the upstream response server, time, cache status, connect time and more in nginx access logs
The Nginx upstream module exposes embedded variables, which we can use to log them in the Nginx access log files. Some of the variables are…
Check whether nginx cache manager is deleting files at the moment
Here is a tip for the webmasters (or system admins) to discover whether the nginx using proxy_cache to cache files is deleting files at the…