migrate discovery source codes from OPEN-O
[msb/discovery.git] / nginx-ext-consul / src / assembly / resources / 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
17 types {
18         text/html                               html htm shtml;
19         text/css                                css;
20         text/xml                                xml rss;
21         image/gif                               gif;
22         image/jpeg                              jpeg jpg;
23         application/x-javascript                js;
24         application/atom+xml                    atom;
25
26         text/mathml                             mml;
27         text/plain                              txt;
28         text/vnd.sun.j2me.app-descriptor        jad;
29         text/vnd.wap.wml                        wml;
30         text/x-component                        htc;
31
32         image/png                               png;
33         image/tiff                              tif tiff;
34         image/vnd.wap.wbmp                      wbmp;
35         image/x-icon                            ico;
36         image/x-jng                             jng;
37         image/x-ms-bmp                          bmp;
38         image/svg+xml                           svg svgz;
39
40         application/java-archive                jar war ear;
41         application/json                        json;
42         application/mac-binhex40                hqx;
43         application/msword                      doc;
44         application/pdf                         pdf;
45         application/postscript                  ps eps ai;
46         application/rtf                         rtf;
47         application/vnd.ms-excel                xls;
48         application/vnd.ms-powerpoint           ppt;
49         application/vnd.wap.wmlc                wmlc;
50         application/vnd.google-earth.kml+xml    kml;
51         application/vnd.google-earth.kmz        kmz;
52         application/x-7z-compressed             7z;
53         application/x-cocoa                     cco;
54         application/x-java-archive-diff         jardiff;
55         application/x-java-jnlp-file            jnlp;
56         application/x-makeself                  run;
57         application/x-perl                      pl pm;
58         application/x-pilot                     prc pdb;
59         application/x-rar-compressed            rar;
60         application/x-redhat-package-manager    rpm;
61         application/x-sea                       sea;
62         application/x-shockwave-flash           swf;
63         application/x-stuffit                   sit;
64         application/x-tcl                       tcl tk;
65         application/x-x509-ca-cert              der pem crt;
66         application/x-xpinstall                 xpi;
67         application/xhtml+xml                   xhtml;
68         application/zip                         zip;
69
70         application/octet-stream                bin exe dll;
71         application/octet-stream                deb;
72         application/octet-stream                dmg;
73         application/octet-stream                eot;
74         application/octet-stream                iso img;
75         application/octet-stream                msi msp msm;
76         application/ogg                         ogx;
77
78         audio/midi                              mid midi kar;
79         audio/mpeg                              mpga mpega mp2 mp3 m4a;
80         audio/ogg                               oga ogg spx;
81         audio/x-realaudio                       ra;
82         audio/webm                              weba;
83
84         video/3gpp                              3gpp 3gp;
85         video/mp4                               mp4;
86         video/mpeg                              mpeg mpg mpe;
87         video/ogg                               ogv;
88         video/quicktime                         mov;
89         video/webm                              webm;
90         video/x-flv                             flv;
91         video/x-mng                             mng;
92         video/x-ms-asf                          asx asf;
93         video/x-ms-wmv                          wmv;
94         video/x-msvideo                         avi;
95 }