Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pricejn2 opened this issue Feb 5, 2020 · 0 comments
Open

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

pricejn2 opened this issue Feb 5, 2020 · 0 comments

Comments

@pricejn2
Copy link

pricejn2 commented Feb 5, 2020

### 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';
   }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant