From 2c8442269f0a20593fc0cc39992d31662b180d37 Mon Sep 17 00:00:00 2001 From: John-Scott Atlakson Date: Wed, 21 Dec 2011 17:42:56 -0500 Subject: [PATCH] Added m4a/m4v mime types. This was recently added upstream => http://trac.nginx.org/nginx/changeset/4252/nginx --- nginx-mime.types | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nginx-mime.types b/nginx-mime.types index c53c81b..38c6d80 100644 --- a/nginx-mime.types +++ b/nginx-mime.types @@ -69,6 +69,7 @@ types { audio/midi mid midi kar; audio/mpeg mp3; audio/ogg oga ogg; + audio/x-m4a m4a; audio/x-realaudio ra; audio/x-wav wav; @@ -78,6 +79,7 @@ types { video/quicktime mov; video/webm webm; video/x-flv flv; + video/x-m4v m4v; video/x-mng mng; video/x-ms-asf asx asf; video/x-ms-wmv wmv;