diff options
| -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 f63a77a55..a6bc0161a 100644 --- a/conf/mime.types +++ b/conf/mime.types @@ -32,6 +32,7 @@ types { application/pdf pdf; application/postscript ps eps ai; application/rtf rtf; + application/vnd.apple.mpegurl m3u8; application/vnd.ms-excel xls; application/vnd.ms-fontobject eot; application/vnd.ms-powerpoint ppt; @@ -73,6 +74,7 @@ types { audio/x-realaudio ra; video/3gpp 3gpp 3gp; + video/mp2t ts; video/mp4 mp4; video/mpeg mpeg mpg; video/quicktime mov; |
