New version 6.x-1.11 for Advanced CSS/JS Aggregation module
This commit is contained in:
parent
e72db62736
commit
329321644a
17 changed files with 734 additions and 414 deletions
|
@ -364,9 +364,9 @@ http://drupal.org/node/1116618
|
|||
###
|
||||
location ~* files/advagg_(?:css|js)/ {
|
||||
access_log off;
|
||||
gzip_static on;
|
||||
expires max;
|
||||
add_header ETag "";
|
||||
add_header Cache-Control "max-age=290304000, no-transform, public";
|
||||
add_header Last-Modified "Wed, 20 Jan 1988 04:20:42 GMT";
|
||||
add_header Cache-Control "max-age=31449600, no-transform, public";
|
||||
try_files $uri @drupal;
|
||||
}
|
||||
|
|
Reference in a new issue