Divide the MSB source codes into two repos
[msb/apigateway.git] / openresty-ext / src / assembly / resources / openresty / nginx / conf / mime.types
1 #
2 # Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #         http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 #
16 types {
17         text/html                               html htm shtml;
18         text/css                                css;
19         text/xml                                xml rss;
20         image/gif                               gif;
21         image/jpeg                              jpeg jpg;
22         application/x-javascript                js;
23         application/atom+xml                    atom;
24
25         text/mathml                             mml;
26         text/plain                              txt;
27         text/vnd.sun.j2me.app-descriptor        jad;
28         text/vnd.wap.wml                        wml;
29         text/x-component                        htc;
30
31         image/png                               png;
32         image/tiff                              tif tiff;
33         image/vnd.wap.wbmp                      wbmp;
34         image/x-icon                            ico;
35         image/x-jng                             jng;
36         image/x-ms-bmp                          bmp;
37         image/svg+xml                           svg svgz;
38
39         application/java-archive                jar war ear;
40         application/json                        json;
41         application/mac-binhex40                hqx;
42         application/msword                      doc;
43         application/pdf                         pdf;
44         application/postscript                  ps eps ai;
45         application/rtf                         rtf;
46         application/vnd.ms-excel                xls;
47         application/vnd.ms-powerpoint           ppt;
48         application/vnd.wap.wmlc                wmlc;
49         application/vnd.google-earth.kml+xml    kml;
50         application/vnd.google-earth.kmz        kmz;
51         application/x-7z-compressed             7z;
52         application/x-cocoa                     cco;
53         application/x-java-archive-diff         jardiff;
54         application/x-java-jnlp-file            jnlp;
55         application/x-makeself                  run;
56         application/x-perl                      pl pm;
57         application/x-pilot                     prc pdb;
58         application/x-rar-compressed            rar;
59         application/x-redhat-package-manager    rpm;
60         application/x-sea                       sea;
61         application/x-shockwave-flash           swf;
62         application/x-stuffit                   sit;
63         application/x-tcl                       tcl tk;
64         application/x-x509-ca-cert              der pem crt;
65         application/x-xpinstall                 xpi;
66         application/xhtml+xml                   xhtml;
67         application/zip                         zip;
68
69         application/octet-stream                bin exe dll;
70         application/octet-stream                deb;
71         application/octet-stream                dmg;
72         application/octet-stream                eot;
73         application/octet-stream                iso img;
74         application/octet-stream                msi msp msm;
75         application/ogg                         ogx;
76
77         audio/midi                              mid midi kar;
78         audio/mpeg                              mpga mpega mp2 mp3 m4a;
79         audio/ogg                               oga ogg spx;
80         audio/x-realaudio                       ra;
81         audio/webm                              weba;
82
83         video/3gpp                              3gpp 3gp;
84         video/mp4                               mp4;
85         video/mpeg                              mpeg mpg mpe;
86         video/ogg                               ogv;
87         video/quicktime                         mov;
88         video/webm                              webm;
89         video/x-flv                             flv;
90         video/x-mng                             mng;
91         video/x-ms-asf                          asx asf;
92         video/x-ms-wmv                          wmv;
93         video/x-msvideo                         avi;
94 }