We are planning to set up Akamai as the CDN to replace the default Fastly configuration and have added the following headers accordingly. <LocationMatch "^/.*\.html$">Header set Surrogate-Control "max-age=0, no-store, no-cache"</LocationMatch> But it is still caching the content in fastly and I can ...