diff options
| -rw-r--r-- | conf/mime.types | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/mime.types b/conf/mime.types index 24e866e8f..8a218b22a 100644 --- 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; |
