chore: redirects and headers
This commit is contained in:
parent
cbf9a40667
commit
cb9ac15eeb
3 changed files with 8 additions and 1 deletions
|
@ -27,6 +27,11 @@ package = "/plugins/fetch-scrobbles"
|
|||
###
|
||||
# HEADERS
|
||||
###
|
||||
[[headers]]
|
||||
for = "/media/*"
|
||||
[headers.values]
|
||||
Cache-Control = "public, max-age=604800, must-revalidate"
|
||||
|
||||
[[headers]]
|
||||
for = "/feeds/posts"
|
||||
[headers.values]
|
||||
|
|
Reference in a new issue