From 35743c187d0ca0411ec24d564701b3da4ccd3981 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Mon, 8 Aug 2016 17:39:53 +0200 Subject: [PATCH] Also cache WOFF, SVG and GIF --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index bd9f5af3f7..5b86464356 100644 --- a/.htaccess +++ b/.htaccess @@ -20,8 +20,8 @@ SetEnv modHeadersAvailable true - # Add cache control for CSS and JS files - + # Add cache control for static resources + Header set Cache-Control "max-age=7200, public"