Skip to content

Instantly share code, notes, and snippets.

@jasonwaters
Created September 1, 2020 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonwaters/ac7cb4df22cf4fa3080a5906536773fa to your computer and use it in GitHub Desktop.
Save jasonwaters/ac7cb4df22cf4fa3080a5906536773fa to your computer and use it in GitHub Desktop.
[[headers]]
for = "*"
[headers.values]
Cache-Control = "public, max-age=3600"
for = "/*"
[headers.values]
Cache-Control = "public, max-age=3600"
for = "/css/*"
[headers.values]
Cache-Control = "public, max-age=3600"
for = "/fonts/*"
[headers.values]
Cache-Control = "public, max-age=3600"
for = "/images/*"
[headers.values]
Cache-Control = "public, max-age=3600"
for = "/js/*"
[headers.values]
Cache-Control = "public, max-age=3600"
for = "/target/*"
[headers.values]
Cache-Control = "public, max-age=3600"
for = "/target/artifacts/*"
[headers.values]
Cache-Control = "public, max-age=3600"
for = "/target/artifacts/693de2cd-ac92-d2c7-59fc-a3c0f2bce646/*"
[headers.values]
Cache-Control = "public, max-age=3600"
for = "/target/artifacts/be92ac4c-e72f-9f82-2a80-2c211ea86578/*"
[headers.values]
Cache-Control = "public, max-age=3600"
for = "/target/artifacts/bf77db72-3ab6-64ce-3bc5-6208be2f09c1/*"
[headers.values]
Cache-Control = "public, max-age=3600"
for = "/target/dist/*"
[headers.values]
Cache-Control = "public, max-age=3600"
for = "/index.html"
[headers.values]
Cache-Control = "public, max-age=3600"
for = "/heavy.html"
[headers.values]
Cache-Control = "public, max-age=3600"
for = "/lean.html"
[headers.values]
Cache-Control = "public, max-age=3600"
for = "/*.html"
[headers.values]
Cache-Control = "public, max-age=3600"
for = "*.html"
[headers.values]
Cache-Control = "public, max-age=3600"
for = "*.js"
[headers.values]
Cache-Control = "public, max-age=3600"
for = "*.css"
[headers.values]
Cache-Control = "public, max-age=3600"
for = "*.png"
[headers.values]
Cache-Control = "public, max-age=3600"
for = "*.jpg"
[headers.values]
Cache-Control = "public, max-age=3600"
for = "*.eot"
[headers.values]
Cache-Control = "public, max-age=3600"
for = "*.svg"
[headers.values]
Cache-Control = "public, max-age=3600"
for = "*.ttf"
[headers.values]
Cache-Control = "public, max-age=3600"
for = "*.woff"
[headers.values]
Cache-Control = "public, max-age=3600"
for = "*.woff2"
[headers.values]
Cache-Control = "public, max-age=3600"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment