diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-07-27 04:13:42 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-07-27 04:13:42 +0000 |
commit | aa3f07e6b459c2121147323385115310887a1472 (patch) | |
tree | 3e30ff8fb9717c89a40e7425b32b1cb5755ad8d6 | |
parent | 61816bc649dbc6ff93100f668e1004551734a42d (diff) | |
download | pfsense-aa3f07e6b459c2121147323385115310887a1472.zip pfsense-aa3f07e6b459c2121147323385115310887a1472.tar.gz |
Compress javascript directory too
-rw-r--r-- | etc/inc/system.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc index 1d07f69..ea919ce 100644 --- a/etc/inc/system.inc +++ b/etc/inc/system.inc @@ -970,6 +970,7 @@ compress.cache-dir = "/tmp/" compress.filetype = ("text/plain", "text/html", "text/javascript", "text/css") expire.url = ( + "/javascript/" => "access 50 hours", "/themes/" => "access 50 hours", "/widgets/" => "access 50 hours", "/tree/" => "access 50 hours", |