One of our big Nginx cache servers has recently been upgraded to have 70T storage, which is pretty good storage for a proxy. And in…
Tag: proxy_cache_path
Tune nginx proxy cache – control the cache manager how to delete cached files
In most cases you’ll never want to modify the default settings for deleting cache items with proxy_cache_path directives. The problem is in a peak the…
how to disable effectively the deleting (purging) files from nginx proxy_cache (nginx cache manager process)
In peaks deleting files could kill your server and easily the traffic could degraded multiple times than normal if the nginx cache manager start deleting…