Skip to content

Commit fc0b275

Browse files
committed
add mp4
1 parent afc73ec commit fc0b275

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

nginx/mime.types

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,21 @@ types {
5757
application/octet-stream iso img;
5858
application/octet-stream msi msp msm;
5959

60+
# Media files
61+
6062
audio/midi mid midi kar;
63+
audio/mp4 aac f4a f4b m4a;
6164
audio/mpeg mp3;
65+
audio/ogg oga ogg opus;
6266
audio/x-realaudio ra;
67+
audio/x-wav wav;
6368

6469
video/3gpp 3gpp 3gp;
70+
video/mp4 f4v f4p m4v mp4;
6571
video/mpeg mpeg mpg;
72+
video/ogg ogv;
6673
video/quicktime mov;
74+
video/webm webm;
6775
video/x-flv flv;
6876
video/x-mng mng;
6977
video/x-ms-asf asx asf;

0 commit comments

Comments
 (0)