From 9f4b9350a36716132612b947820a9ee12f4e1825 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Thu, 21 Aug 2025 20:20:16 +0300 Subject: [PATCH] Update Caddyfile --- install/docker/Caddyfile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/install/docker/Caddyfile b/install/docker/Caddyfile index 4c2846577..bcff70be3 100644 --- a/install/docker/Caddyfile +++ b/install/docker/Caddyfile @@ -22,16 +22,6 @@ redir /sitemap.xml /sitemap/sitemap.xml 301 - @static { - path *.html *.css *.js *.json *.xml *.txt *.ico - path *.png *.jpg *.jpeg *.gif *.svg *.webp - path *.woff *.woff2 *.ttf *.eot - } - header @static { - Content-Type "{mime}; charset=utf-8" - Cache-Control "public, max-age=31536000" - } - @html_css_js { path *.html *.css *.js *.json *.xml *.txt }