From eee85651ca5273d15ff6823cd4b81fac06082ddf Mon Sep 17 00:00:00 2001 From: Sebastian Lay Date: Wed, 30 Dec 2020 02:21:40 +0100 Subject: [PATCH] Added cache ttl for images --- .htaccess | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index a0714dc..f4fda5b 100644 --- a/.htaccess +++ b/.htaccess @@ -1,2 +1,6 @@ RewriteCond %{REQUEST_FILENAME} !-f -RewriteCond %{REQUEST_FILENAME} !-d \ No newline at end of file +RewriteCond %{REQUEST_FILENAME} !-d + + + Header set Cache-Control "max-age=8380800, public" + \ No newline at end of file