Added m4a/m4v mime types.

This was recently added upstream => http://trac.nginx.org/nginx/changeset/4252/nginx
This commit is contained in:
John-Scott Atlakson 2011-12-21 17:42:56 -05:00
parent 5e161c6ddf
commit 2c8442269f
1 changed files with 2 additions and 0 deletions

View File

@ -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;