<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">Gzip doesn't work on SVG files for me. I have GZip compression working for other file types.</span><div style="font-family:arial,sans-serif;font-size:13px">
<br></div><div style="font-family:arial,sans-serif;font-size:13px">I've tried this VLC and it didn't work. I'm not sure what else to try. I wasn't sure whether I needed to escape the + or not so I put all the versions in:</div>
<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px"><p>if (beresp.http.content-type ~ "^(image/svg|image/svg\+xml|image/svg+xml)$") {</p><p>
        set beresp.do_gzip = true;</p><p>    }</p><p>It returns the file but does not perform the compression.</p><p>Is my configuration wrong or is this a bug?</p></div></div>