From df26943c63a477ecf37f6740812b500d6c34cd8e Mon Sep 17 00:00:00 2001 From: Olli-Antti Kivilahti Date: Wed, 24 May 2017 09:34:17 -0400 Subject: [PATCH] Bug 12904 - Add mod_expire to etc/koha-httpd.conf Signed-off-by: Kyle M Hall --- etc/koha-httpd.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/etc/koha-httpd.conf b/etc/koha-httpd.conf index dd1d3fb..25e7182 100644 --- a/etc/koha-httpd.conf +++ b/etc/koha-httpd.conf @@ -129,6 +129,14 @@ RewriteRule ^(.*?)/.* $1/app.pl/api/$0 [L] + + + ExpiresActive on + ExpiresByType text/css "access plus 60 days" + ExpiresByType application/javascript "access plus 60 days" + ExpiresByType image/png "access plus 12 hours" + ExpiresByType image/gif "access plus 12 hours" + ## Intranet @@ -247,6 +255,14 @@ RewriteRule ^(.*?)/.* $1/app.pl/api/$0 [L] + + + ExpiresActive on + ExpiresByType text/css "access plus 60 days" + ExpiresByType application/javascript "access plus 60 days" + ExpiresByType image/png "access plus 12 hours" + ExpiresByType image/gif "access plus 12 hours" + # Uncomment this VirtualHost to enable API access through -- 2.1.4