mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
Adding m4a and m4v MIME types (closed #42).
This commit is contained in:
parent
ac0e8cb2d3
commit
200a0d8656
@ -62,6 +62,7 @@ types {
|
|||||||
audio/midi mid midi kar;
|
audio/midi mid midi kar;
|
||||||
audio/mpeg mp3;
|
audio/mpeg mp3;
|
||||||
audio/ogg ogg;
|
audio/ogg ogg;
|
||||||
|
audio/x-m4a m4a;
|
||||||
audio/x-realaudio ra;
|
audio/x-realaudio ra;
|
||||||
|
|
||||||
video/3gpp 3gpp 3gp;
|
video/3gpp 3gpp 3gp;
|
||||||
@ -69,6 +70,7 @@ types {
|
|||||||
video/mpeg mpeg mpg;
|
video/mpeg mpeg mpg;
|
||||||
video/quicktime mov;
|
video/quicktime mov;
|
||||||
video/x-flv flv;
|
video/x-flv flv;
|
||||||
|
video/x-m4v m4v;
|
||||||
video/x-mng mng;
|
video/x-mng mng;
|
||||||
video/x-ms-asf asx asf;
|
video/x-ms-asf asx asf;
|
||||||
video/x-ms-wmv wmv;
|
video/x-ms-wmv wmv;
|
||||||
|
Loading…
Reference in New Issue
Block a user