From f2357109e69de5bf40f557ff8d7f464e9391c499 Mon Sep 17 00:00:00 2001 From: Sebastian Lay Date: Mon, 2 Aug 2021 19:28:13 +0200 Subject: [PATCH] Added cache ttl for svg --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 85ca5fa..d829bca 100644 --- a/.htaccess +++ b/.htaccess @@ -1,6 +1,6 @@ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d - + Header set Cache-Control "max-age=8380800, public" \ No newline at end of file