Hi

I'm using proxy_cache to mirror my files with the configuration below

proxy_cache_path  /var/cache/nginx/image levels=1:2 keys_zone=one:10m 
inactive=7d     max_size=100g;

Our backend server has the expires header set to 600secs

Is that posibble for us to also delete the cache files located at 
/var/cache/nginx/image depends on the backend expire header?
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to