We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
provision/http/Provision/Config/Nginx/Inc/vhost_include.tpl.php
Line 723 in 40b45d0
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'; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
provision/http/Provision/Config/Nginx/Inc/vhost_include.tpl.php
Line 723 in 40b45d0
Per https://git.drupalcode.org/project/advagg/blob/8.x-4.x/README.md#cache-control-immutable this is a relatively small addition.
The text was updated successfully, but these errors were encountered: