From 05a5e5c546e6a815ba8aecbc8464463217c227d8 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 12 Aug 2008 02:50:02 +0000 Subject: [PATCH] Simplify mod_expire statement --- etc/inc/system.inc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/etc/inc/system.inc b/etc/inc/system.inc index c161e8fc36..3b19b48da3 100644 --- a/etc/inc/system.inc +++ b/etc/inc/system.inc @@ -949,12 +949,7 @@ compress.cache-dir = "/tmp/" compress.filetype = ("text/plain", "text/html", "text/javascript", "text/css") expire.url = ( - "/javascript/scriptaculous/" => "access 50 hours", - "/themes/" => "access 50 hours", - "/widgets/" => "access 50 hours", - "/tree/" => "access 50 hours", - "/tree-images/" => "access 50 hours", - "/includes/" => "access 50 hours" + "" => "access 50 hours", ) EOD;