From 570ed4f9417bfde2e91195eda0c61c35d68d4c10 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 31 Dec 2024 20:17:18 +0000 Subject: Increase cache expiry time for assets --- etc/apache/httpd.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'etc/apache/httpd.conf') diff --git a/etc/apache/httpd.conf b/etc/apache/httpd.conf index 6ef8494..34333a5 100644 --- a/etc/apache/httpd.conf +++ b/etc/apache/httpd.conf @@ -68,9 +68,10 @@ CacheDirLevels 2 CacheDirLength 1 CacheMinExpire 60 ExpiresActive on -ExpiresByType image/png A86400 -ExpiresByType text/css A86400 -ExpiresByType application/x-javascript A86400 +ExpiresByType image/png A864000 +ExpiresByType text/css A864000 +ExpiresByType application/x-javascript A864000 +ExpiresByType text/javascript A864000 RemoteIPProxyProtocol On -- cgit v1.2.3