]> git.kaiwu.me - nginx.git/commitdiff
Added image/webp and video/webm MIME types.
authorValentin Bartenev <vbart@nginx.com>
Mon, 14 Nov 2011 14:16:51 +0000 (14:16 +0000)
committerValentin Bartenev <vbart@nginx.com>
Mon, 14 Nov 2011 14:16:51 +0000 (14:16 +0000)
conf/mime.types

index 24e866e8f1a542f7d4179e99c7f386621c2e9251..0c4a00d59e496a0c1a646591d5dfc0139fd2741e 100644 (file)
@@ -22,6 +22,7 @@ types {
     image/x-jng                           jng;
     image/x-ms-bmp                        bmp;
     image/svg+xml                         svg;
+    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;