Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2014-03-04 23:40:35 +0400
committerRoman Arutyunyan <arut@nginx.com>2014-03-04 23:40:35 +0400
commit39b04fce3ac86f053e8a471fcb65ba53cffab4e9 (patch)
tree73f4b0fd9596d19d192e0824d3c7c871262437b6 /conf/mime.types
parenta35c675e71ec945887c3f2cb6890152276f68ee7 (diff)
MIME: added video/mp2t and application/vnd.apple.mpegurl types.
Both types are used by HLS. The values are taken from RFC 3555 and HLS specification respectively.
Diffstat (limited to 'conf/mime.types')
-rw-r--r--conf/mime.types2
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;