We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d9758 commit ae39411Copy full SHA for ae39411
app/code/Magento/PageCache/etc/varnish4.vcl
@@ -53,7 +53,7 @@ sub vcl_recv {
53
54
# Compression filter. See https://www.varnish-cache.org/trac/wiki/FAQ/Compression
55
if (req.http.Accept-Encoding) {
56
- if (req.url ~ "\.(jpg|png|gif|gz|tgz|bz2|tbz|mp3|ogg|swf|flv)$") {
+ if (req.url ~ "\.(jpg|jpeg|png|gif|gz|tgz|bz2|tbz|mp3|ogg|swf|flv)$") {
57
# No point in compressing these
58
unset req.http.Accept-Encoding;
59
} elsif (req.http.Accept-Encoding ~ "gzip") {
0 commit comments