Ajout options calcul cache a 60 jours
This commit is contained in:
parent
3b9bff3a36
commit
c3a5938716
@ -86,8 +86,8 @@ $min_serveOptions['bubbleCssImports'] = false;
|
||||
* Note: Despite this setting, if you include a number at the end of the
|
||||
* querystring, maxAge will be set to one year. E.g. /min/f=hello.css&123456
|
||||
*/
|
||||
$min_serveOptions['maxAge'] = 432000;
|
||||
|
||||
$min_serveOptions['maxAge'] = 432000; // 5 jours
|
||||
//$min_serveOptions['maxAge'] = 5184000; // 60 jours
|
||||
|
||||
/**
|
||||
* If you'd like to restrict the "f" option to files within/below
|
||||
|
Loading…
Reference in New Issue
Block a user