HTTP modules
Cache-Control
Configuration
"cache_control": {
"policies": [
{ "pattern": "**/*.js", "value": "public, max-age=31536000, immutable" },
{ "pattern": "**/*.css", "value": "public, max-age=31536000, immutable" },
{ "pattern": "**/", "value": "no-store, no-transform, max-age=0" }
]
}Policy fields
Glob syntax
Last updated