﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
372	gzip_static: support for .svgz files	Steffen Weber		"According to the SVG specification [1] and freedesktop's MIME database [2], compressed .svg files should use the filename extension .svgz (not .svg.gz). That conflicts with the nginx module ""gzip_static"" requiring filenames to end with a .gz extension.

I can think of two solutions:

1) Provide a directive ""gzip_static_svgz"" that can be set to ""on""/""off"".

2) Provide a directive ""gzip_static_map"" that enables specifying a map (e.g. "".svg"" -> "".svgz""). 

[1] http://www.w3.org/TR/SVG11/intro.html#SVGMIMEType
[2] /usr/share/mime/packages/freedesktop.org.xml"	enhancement	closed	minor		nginx-core	1.3.x	wontfix				nginx version: nginx/1.4.1
