Skip to content

Commit

Permalink
Add cache-control headers in caddy config
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Schürz committed Jan 7, 2025
1 parent f8a655e commit 24dc87e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/beatmap-viewer/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
handle @notProxy {
root * /srv
try_files {path} /index.html
Cache-Control "public, max-age=604800, must-revalidate"
file_server
}
}

0 comments on commit 24dc87e

Please sign in to comment.