post(caddy): xml/rss should not be cached for a week

This commit is contained in:
MDLeom 2020-11-12 22:48:03 +00:00
parent d50f580cc5
commit 56992697a7
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@ Since I also set up reverse proxy for {% post_link tor-hidden-onion-nixos 'Tor O
(pathProxy) {
@staticFiles {
path *.css *.gif *.ico *.jpg *.js *.png *.svg *.webp *.xml
path *.css *.gif *.ico *.jpg *.js *.png *.svg *.webp
}
header @staticFiles {
Cache-Control "max-age=604800, public"