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:
parent
22adca171d
commit
41b3dc1b33
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue