#42 closed enhancement (fixed)
Add mime.type for .m4v files
Reported by: | www.google.com/accounts/o8/id?id=AItOawledtwJVR8tIu1Dq-KLW1tTypIFgPHaf4o | Owned by: | somebody |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | nginx-package | Version: | 1.0.x |
Keywords: | Cc: | ||
uname -a: | |||
nginx -V: |
Description
.m4v files are Apple's version of MPEG4 and according to http://en.wikipedia.org/wiki/M4V their mime.type is video/x-m4v
They can be used with Flash-based players and lack of proper Content-type header creates issues in (at least) Firefox.
Attached is the trivial patch.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
Add video/x-m4v mime.type for .m4v extension