Skip to content

Commit

Permalink
Serve .mp4 and .m4v files as video/mp4 as per RFC 4337
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Mar 21, 2012
1 parent a9befb5 commit da3f5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx-mime.types
Expand Up @@ -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;
Expand Down

0 comments on commit da3f5c1

Please sign in to comment.