Hi all,

So, I'm trying to set up some rules in my reverse proxy to not cache certain objects, as they get changed frequently enough by the users as to annoy them, and I don't have an easy method for them to clear caches for particular objects just yet.

So, in my cache.config file I have a rule like this :

dest_domain=domain.com suffix=css action=never-cache


If I understand that correctly, that should tell ATS to never cache files that end in .css

But when I have that in place, I still see the initial hit going to the origin server, and then subsequent requests getting served by ATS with the cH flag meaning that it got it from its cache.

I know there are more moving parts as to other config settings that might be clobbering this one, but is that basically the correct way to have ATS ignore certain file types?

I essentially want to make this reverse proxy only cache image files, which are truly static for now.

Thanks,

Tim

Reply via email to