summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-08-12 02:50:02 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-08-12 02:50:02 +0000
commit05a5e5c546e6a815ba8aecbc8464463217c227d8 (patch)
tree376fbf5b62254a1a956d2eef580f1d3567d8f5fd /etc
parent67b6ce8f7bd4ccd505b5e0cf52c6e7c318837e1c (diff)
downloadpfsense-05a5e5c546e6a815ba8aecbc8464463217c227d8.zip
pfsense-05a5e5c546e6a815ba8aecbc8464463217c227d8.tar.gz
Simplify mod_expire statement
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/system.inc7
1 files changed, 1 insertions, 6 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index c161e8f..3b19b48 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;
OpenPOWER on IntegriCloud