mirror of
https://github.com/jakejarvis/synonyms-for-awesome.git
synced 2025-04-26 14:18:27 -04:00
12 lines
242 B
TOML
12 lines
242 B
TOML
# cache homepage for an hour
|
|
[[headers]]
|
|
for = "/"
|
|
[headers.values]
|
|
Cache-Control = "max-age=3600, public"
|
|
|
|
# aggressively cache everything else
|
|
[[headers]]
|
|
for = "/*"
|
|
[headers.values]
|
|
Cache-Control = "max-age=604800, public"
|