mirror of
https://github.com/nginx/nginx.git
synced 2025-06-09 19:12:47 +08:00
Added image/webp and video/webm MIME types.
This commit is contained in:
parent
255e20ad21
commit
3db91b8c73
@ -22,6 +22,7 @@ types {
|
|||||||
image/x-jng jng;
|
image/x-jng jng;
|
||||||
image/x-ms-bmp bmp;
|
image/x-ms-bmp bmp;
|
||||||
image/svg+xml svg;
|
image/svg+xml svg;
|
||||||
|
image/webp webp;
|
||||||
|
|
||||||
application/java-archive jar war ear;
|
application/java-archive jar war ear;
|
||||||
application/mac-binhex40 hqx;
|
application/mac-binhex40 hqx;
|
||||||
@ -69,6 +70,7 @@ types {
|
|||||||
video/mp4 mp4;
|
video/mp4 mp4;
|
||||||
video/mpeg mpeg mpg;
|
video/mpeg mpeg mpg;
|
||||||
video/quicktime mov;
|
video/quicktime mov;
|
||||||
|
video/webm webm;
|
||||||
video/x-flv flv;
|
video/x-flv flv;
|
||||||
video/x-m4v m4v;
|
video/x-m4v m4v;
|
||||||
video/x-mng mng;
|
video/x-mng mng;
|
||||||
|
Loading…
Reference in New Issue
Block a user