Skip to content
Snippets Groups Projects
Commit a187b957 authored by Olga Matviienko's avatar Olga Matviienko
Browse files

MAGETWO-31196: ETag support on frontend, expiration/lifetime management

parent 8fde41c7
No related merge requests found
...@@ -104,7 +104,10 @@ AddType application/xml xml ...@@ -104,7 +104,10 @@ AddType application/xml xml
Header set X-Frame-Options SAMEORIGIN Header set X-Frame-Options SAMEORIGIN
Header append Cache-Control no-cache <FilesMatch ".(html)$">
Header append Cache-Control no-cache
Header append Vary: Accept-Encoding
</FilesMatch>
<FilesMatch .*\.(ico|jpg|jpeg|png|gif|svg|js|css|swf|eot|ttf|otf|woff|woff2|htm)$> <FilesMatch .*\.(ico|jpg|jpeg|png|gif|svg|js|css|swf|eot|ttf|otf|woff|woff2|htm)$>
Header append Cache-Control public Header append Cache-Control public
...@@ -114,10 +117,6 @@ AddType application/xml xml ...@@ -114,10 +117,6 @@ AddType application/xml xml
Header append Cache-Control no-store Header append Cache-Control no-store
</FilesMatch> </FilesMatch>
<FilesMatch ".(html)$">
Header append Vary: Accept-Encoding
</FilesMatch>
</IfModule> </IfModule>
<IfModule mod_deflate.c> <IfModule mod_deflate.c>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment