We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3737b commit 28daee5Copy full SHA for 28daee5
app/code/Magento/PageCache/etc/varnish.vcl
@@ -54,7 +54,7 @@ sub vcl_recv {
54
std.collect(req.http.Cookie);
55
56
# static files are always cacheable. remove SSL flag and cookie
57
- if (req.url ~ "^/(media|js|skin)/.*\.(png|jpg|jpeg|gif|css|js|swf|ico)$") {
+ if (req.url ~ "^/pub/.*\.(png|jpg|jpeg|gif|css|js|swf|ico)$") {
58
unset req.http.Https;
59
unset req.http.Cookie;
60
}
0 commit comments