Fix cache routes

main
mat ess 2022-10-10 21:09:10 -04:00
parent cac0366a09
commit 7ee5323c28
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ http://static-mat-services.fly.dev {
# caching
@static {
path *.bmp *.jpg *.png *.svg *.gif *.pdf *.css* *.js *.woff *.woff2 /style/* /font/* /image/*
path *.bmp *.jpg *.png *.svg *.gif *.pdf *.css *.js *.woff *.woff2 /style/* /font/* /image/*
}
route {
header @static Cache-Control max-age=31536000, immutable