mirror of
https://github.com/nginx/nginx.git
synced 2026-05-13 17:46:53 +00:00
Merge of r4282, r4302:
Added image/webp and video/webm MIME types. Added svgz extension for compressed SVG.
This commit is contained in:
parent
7377d07c39
commit
214dfd3e22
1 changed files with 3 additions and 1 deletions
|
|
@ -21,7 +21,8 @@ types {
|
|||
image/x-icon ico;
|
||||
image/x-jng jng;
|
||||
image/x-ms-bmp bmp;
|
||||
image/svg+xml svg;
|
||||
image/svg+xml svg svgz;
|
||||
image/webp webp;
|
||||
|
||||
application/java-archive jar war ear;
|
||||
application/mac-binhex40 hqx;
|
||||
|
|
@ -69,6 +70,7 @@ types {
|
|||
video/mp4 mp4;
|
||||
video/mpeg mpeg mpg;
|
||||
video/quicktime mov;
|
||||
video/webm webm;
|
||||
video/x-flv flv;
|
||||
video/x-m4v m4v;
|
||||
video/x-mng mng;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue