我已经设置了MAX_SIZE =2000米和无效= 1440H。
尽管这个Nginx的不断从缓存中删除文件虽然缓存只有120MB。
在我的缓存文件夹中的文件都不是一个多星期了。
任何想法,为什么?
我已经设置了MAX_SIZE =2000米和无效= 1440H。
尽管这个Nginx的不断从缓存中删除文件虽然缓存只有120MB。
在我的缓存文件夹中的文件都不是一个多星期了。
任何想法,为什么?
请阅读http://nginx.org/en/docs/http/ngx_http_proxy_module.html有关缓存文件。
Cached data that are not accessed during the time specified by the inactive parameter get removed from the cache regardless of their freshness.
所以,我认为,你缓存中存在超过60天。 对于那个时候的一些文件不能被访问,而被拆除。