]> git.kaiwu.me - nginx.git/commitdiff
Merge of r4282, r4302:
authorMaxim Dounin <mdounin@mdounin.ru>
Wed, 14 Dec 2011 15:16:05 +0000 (15:16 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Wed, 14 Dec 2011 15:16:05 +0000 (15:16 +0000)
Added image/webp and video/webm MIME types.  Added svgz extension for
compressed SVG.

conf/mime.types

index 24e866e8f1a542f7d4179e99c7f386621c2e9251..8a218b22a84ba4c28f73a4717f021627b01954c1 100644 (file)
@@ -21,7 +21,8 @@ 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;
     application/mac-binhex40              hqx;
@@ -69,6 +70,7 @@ types {
     video/mp4                             mp4;
     video/mpeg                            mpeg mpg;
     video/quicktime                       mov;
+    video/webm                            webm;
     video/x-flv                           flv;
     video/x-m4v                           m4v;
     video/x-mng                           mng;