]> git.kaiwu.me - nginx.git/commitdiff
MIME: added video/mp2t and application/vnd.apple.mpegurl types.
authorRoman Arutyunyan <arut@nginx.com>
Tue, 4 Mar 2014 19:40:35 +0000 (23:40 +0400)
committerRoman Arutyunyan <arut@nginx.com>
Tue, 4 Mar 2014 19:40:35 +0000 (23:40 +0400)
Both types are used by HLS.  The values are taken from RFC 3555
and HLS specification respectively.

conf/mime.types

index f63a77a55c994ba490bc7009f4f0d4ab1a10d24a..a6bc0161a8275e5b18d68645dbea126be0dd71e4 100644 (file)
@@ -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;