Re: [svgwg] A separate MIME type for svgz files is needed (#701)

>  I found a wontfix nginx feature request to add support for .svgz to the gzip_static directive.

Which sounds bad, but in that bug they explain how to set the server up correctly:

```
location ~ \.svgz$ { add_header Content-Encoding gzip; }
```
so `wontfix` here genuinely does mean that nginx is not actually broken (although their default mime types setup could certainly include this by default).

In terms of the SVG specification and Internet Media Types, though, there is nothing to fix here.



-- 
GitHub Notification of comment by svgeesus
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/701#issuecomment-506550246 using your GitHub account

Received on Thursday, 27 June 2019 23:49:11 UTC