| 1 | --- ./nginx-1.1.19/conf/mime.types 2011-11-21 09:20:50.000000000 +0000
|
|---|
| 2 | +++ ./nginx-1.1.19/debian/conf/mime.types 2011-11-15 04:35:38.000000000 +0000
|
|---|
| 3 | @@ -1,13 +1,11 @@
|
|---|
| 4 | -
|
|---|
| 5 | types {
|
|---|
| 6 | text/html html htm shtml;
|
|---|
| 7 | text/css css;
|
|---|
| 8 | - text/xml xml;
|
|---|
| 9 | + text/xml xml rss;
|
|---|
| 10 | image/gif gif;
|
|---|
| 11 | image/jpeg jpeg jpg;
|
|---|
| 12 | application/x-javascript js;
|
|---|
| 13 | application/atom+xml atom;
|
|---|
| 14 | - application/rss+xml rss;
|
|---|
| 15 |
|
|---|
| 16 | text/mathml mml;
|
|---|
| 17 | text/plain txt;
|
|---|
| 18 | @@ -22,9 +20,9 @@
|
|---|
| 19 | image/x-jng jng;
|
|---|
| 20 | image/x-ms-bmp bmp;
|
|---|
| 21 | image/svg+xml svg svgz;
|
|---|
| 22 | - image/webp webp;
|
|---|
| 23 |
|
|---|
| 24 | application/java-archive jar war ear;
|
|---|
| 25 | + application/json json;
|
|---|
| 26 | application/mac-binhex40 hqx;
|
|---|
| 27 | application/msword doc;
|
|---|
| 28 | application/pdf pdf;
|
|---|
| 29 | @@ -59,20 +57,21 @@
|
|---|
| 30 | application/octet-stream eot;
|
|---|
| 31 | application/octet-stream iso img;
|
|---|
| 32 | application/octet-stream msi msp msm;
|
|---|
| 33 | + application/ogg ogx;
|
|---|
| 34 |
|
|---|
| 35 | audio/midi mid midi kar;
|
|---|
| 36 | - audio/mpeg mp3;
|
|---|
| 37 | - audio/ogg ogg;
|
|---|
| 38 | - audio/x-m4a m4a;
|
|---|
| 39 | + audio/mpeg mpga mpega mp2 mp3 m4a;
|
|---|
| 40 | + audio/ogg oga ogg spx;
|
|---|
| 41 | audio/x-realaudio ra;
|
|---|
| 42 | + audio/webm weba;
|
|---|
| 43 |
|
|---|
| 44 | video/3gpp 3gpp 3gp;
|
|---|
| 45 | video/mp4 mp4;
|
|---|
| 46 | - video/mpeg mpeg mpg;
|
|---|
| 47 | + video/mpeg mpeg mpg mpe;
|
|---|
| 48 | + video/ogg ogv;
|
|---|
| 49 | video/quicktime mov;
|
|---|
| 50 | video/webm webm;
|
|---|
| 51 | video/x-flv flv;
|
|---|
| 52 | - video/x-m4v m4v;
|
|---|
| 53 | video/x-mng mng;
|
|---|
| 54 | video/x-ms-asf asx asf;
|
|---|
| 55 | video/x-ms-wmv wmv;
|
|---|