diff conf/mime.types @ 4301:0688cf5d73ec

svgz extension for compressed SVG added (close #56).
author Maxim Konovalov <maxim@nginx.com>
date Mon, 21 Nov 2011 09:20:50 +0000
parents 3a3a2d767ecd
children ae3fd1ca62e0
line wrap: on
line diff
--- a/conf/mime.types
+++ b/conf/mime.types
@@ -21,7 +21,7 @@ types {
     image/x-icon                          ico;
     image/x-jng                           jng;
     image/x-ms-bmp                        bmp;
-    image/svg+xml                         svg;
+    image/svg+xml                         svg svgz;
     image/webp                            webp;
 
     application/java-archive              jar war ear;