Problem/Motivation

Looking for way to exclude some pages from Varnish Cache, preferrably with Token usage, or other method to have multiple url's at once. Say all url's with 'dogs allowed" in the url.

Could this may be be possible with this module?
I am not. a programmer, so sorry if this is a stupid question.

Greetings,

Comments

summit created an issue.

bburg’s picture

Hello,

Not the maintainer, but this module works by changing the "Cache-Control" header on a per-content type level. So it completely disables caching. Assuming that Varnish is configured to respect this header, the module will work with Varnish. That's not always the case, and it is possible yo configure Varnish, or any CDN services to ignore that header, and set their own rules.