Using cache control in _headers

For Workes & Pages, what is the name of the domain?

What is the issue or error you’re encountering

Before I set to cache everything including HTML for my static website hosted on pages in cache rules, I was tired to purge cache every time I publish an article. Then I switched to using the pages default cache and added a cache control setting in _headers to cache the hashed image url on my website (I use zola), the settings are like this: /processed_images/* Cache-Control: public, max-age=2592000, immutable Is this the best practice? Thanks

Screenshot of the error

Hi there,

Default cache behavior, does not cache .html by default, so a potential solution to this would simply be not to have rules forcing html to cache.

Take care.