I set long term heading expiration in all my assets. However, in my public directory there are static HTML files (for the Jekyll blog) that are cached, and there are none when updating. This is actually just my main index.html file, located in app/public/blog , which continues to hit the cache.
Is it as simple as changing the "public" in the config?
config.static_cache_control = "public, max-age=604800"
Galen source share