changeset 4281:3a3a2d767ecd

Added image/webp and video/webm MIME types.
author Valentin Bartenev <vbart@nginx.com>
date Mon, 14 Nov 2011 14:16:51 +0000
parents 91874133fb27
children 71cdac0b9ea6
files conf/mime.types
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/conf/mime.types
+++ b/conf/mime.types
@@ -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;