changeset 4359:a1bb976ec16a stable-1.0

Merge of r4282, r4302: Added image/webp and video/webm MIME types. Added svgz extension for compressed SVG.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 14 Dec 2011 15:16:05 +0000
parents 94b995c7c614
children 7447784028a7
files conf/mime.types
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/conf/mime.types
+++ b/conf/mime.types
@@ -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;