Skip to content

[d8 advagg] add support for immutable cache control header #39

@pricejn2

Description

@pricejn2

### Advagg_css and Advagg_js support.

Per https://git.drupalcode.org/project/advagg/blob/8.x-4.x/README.md#cache-control-immutable this is a relatively small addition.

   location ~ ^/sites/.*/files/(css|js)/optimized {
     add_header Cache-Control 'public, max-age=31536000, immutable';
   }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions