Serve .mp4 and .m4v files as `video/mp4` as per RFC 4337

Closes h5bp/html5-boilerplate#1024. See http://tools.ietf.org/html/rfc4337#section-2.
This commit is contained in:
Mathias Bynens 2012-03-21 08:49:21 +01:00
parent 22adca171d
commit 41b3dc1b33
1 changed files with 1 additions and 1 deletions

View File

@ -76,12 +76,12 @@ types {
audio/x-wav wav;
video/3gpp 3gpp 3gp;
video/mp4 m4v mp4;
video/mpeg mpeg mpg;
video/ogg ogv;
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;