Simplify mod_expire statement

This commit is contained in:
Scott Ullrich 2008-08-12 02:50:02 +00:00
parent 67b6ce8f7b
commit 05a5e5c546

View File

@ -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;