From 7ee5323c28d5ff64ad728f3f05d6d0740f0cf156 Mon Sep 17 00:00:00 2001 From: mat ess Date: Mon, 10 Oct 2022 21:09:10 -0400 Subject: [PATCH] Fix cache routes --- static/Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/Caddyfile b/static/Caddyfile index 8384d87..d2f4bee 100644 --- a/static/Caddyfile +++ b/static/Caddyfile @@ -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