mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Simplify mod_expire statement
This commit is contained in:
parent
67b6ce8f7b
commit
05a5e5c546
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user