[nginx] svn commit: r4302 - trunk/conf

maxim at nginx.com maxim at nginx.com
Mon Nov 21 09:20:51 UTC 2011


Author: maxim
Date: 2011-11-21 09:20:50 +0000 (Mon, 21 Nov 2011)
New Revision: 4302

Log:
svgz extension for compressed SVG added (close #56).


Modified:
   trunk/conf/mime.types

Modified: trunk/conf/mime.types
===================================================================
--- trunk/conf/mime.types	2011-11-21 07:31:59 UTC (rev 4301)
+++ trunk/conf/mime.types	2011-11-21 09:20:50 UTC (rev 4302)
@@ -21,7 +21,7 @@
     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;



More information about the nginx-devel mailing list