Hi All,
I am trying to disable cache for HTML responses. I have these rules already in dispatcher config,
<LocationMatch "^/content/.*\.html$">Header always unset Cache-ControlHeader always unset ExpiresHeader always set Cache-Control "no-store, no-cache, max-age=0, must-revalidate"Header always...