changeset 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 986be4081f71
children 52c881519427
files conf/mime.types
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;