diff options
author | Valentin Bartenev <vbart@nginx.com> | 2011-11-14 14:16:51 +0000 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2011-11-14 14:16:51 +0000 |
commit | 3db91b8c730ddfd762c03a367285d6a9da1ec44a (patch) | |
tree | 18a485a097385e16a78c3de7684d487b96243d5c | |
parent | 255e20ad21e0495b405d79dc9bb1c472511d86f5 (diff) | |
download | nginx-3db91b8c730ddfd762c03a367285d6a9da1ec44a.tar.gz nginx-3db91b8c730ddfd762c03a367285d6a9da1ec44a.zip |
Added image/webp and video/webm MIME types.
-rw-r--r-- | conf/mime.types | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/mime.types b/conf/mime.types index 24e866e8f..0c4a00d59 100644 --- 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; |