Hello,
1. Please make sure the cache manager process does not delete the files.
Attach with strace and make sure there are no file deleting syscalls.
It’s still possible that cache files appear too fast and nginx cache
manager just can’t delete the files at the same rate.
2. Is it possible for y
Hi,
I have nginx serve as image cached, here is the main config :
proxy_cache_path /etc/nginx/cache-media levels=1:2 keys_zone=media:1000m
inactive=2y max_size=100g;
proxy_temp_path /etc/nginx/cache-media/tmp;
/dev/sdc1 is an intel SSD with ext4 mounted (-o noatime, nodiratime).
It looks like t