Switch to syslog for logging messages.
[matches/MCTX3420.git] / server-configs / nginx / mime.types
1 types {
2         text/html                               html htm shtml;
3         text/css                                css;
4         text/xml                                xml rss;
5         image/gif                               gif;
6         image/jpeg                              jpeg jpg;
7         application/x-javascript                js;
8         application/atom+xml                    atom;
9
10         text/mathml                             mml;
11         text/plain                              log;
12         text/plain                              txt;
13         text/vnd.sun.j2me.app-descriptor        jad;
14         text/vnd.wap.wml                        wml;
15         text/x-component                        htc;
16
17         image/png                               png;
18         image/tiff                              tif tiff;
19         image/vnd.wap.wbmp                      wbmp;
20         image/x-icon                            ico;
21         image/x-jng                             jng;
22         image/x-ms-bmp                          bmp;
23         image/svg+xml                           svg svgz;
24
25         application/java-archive                jar war ear;
26         application/json                        json;
27         application/mac-binhex40                hqx;
28         application/msword                      doc;
29         application/pdf                         pdf;
30         application/postscript                  ps eps ai;
31         application/rtf                         rtf;
32         application/vnd.ms-excel                xls;
33         application/vnd.ms-powerpoint           ppt;
34         application/vnd.wap.wmlc                wmlc;
35         application/vnd.google-earth.kml+xml    kml;
36         application/vnd.google-earth.kmz        kmz;
37         application/x-7z-compressed             7z;
38         application/x-cocoa                     cco;
39         application/x-java-archive-diff         jardiff;
40         application/x-java-jnlp-file            jnlp;
41         application/x-makeself                  run;
42         application/x-perl                      pl pm;
43         application/x-pilot                     prc pdb;
44         application/x-rar-compressed            rar;
45         application/x-redhat-package-manager    rpm;
46         application/x-sea                       sea;
47         application/x-shockwave-flash           swf;
48         application/x-stuffit                   sit;
49         application/x-tcl                       tcl tk;
50         application/x-x509-ca-cert              der pem crt;
51         application/x-xpinstall                 xpi;
52         application/xhtml+xml                   xhtml;
53         application/zip                         zip;
54
55         application/octet-stream                bin exe dll;
56         application/octet-stream                deb;
57         application/octet-stream                dmg;
58         application/octet-stream                eot;
59         application/octet-stream                iso img;
60         application/octet-stream                msi msp msm;
61         application/ogg                         ogx;
62
63         audio/midi                              mid midi kar;
64         audio/mpeg                              mpga mpega mp2 mp3 m4a;
65         audio/ogg                               oga ogg spx;
66         audio/x-realaudio                       ra;
67         audio/webm                              weba;
68
69         video/3gpp                              3gpp 3gp;
70         video/mp4                               mp4;
71         video/mpeg                              mpeg mpg mpe;
72         video/ogg                               ogv;
73         video/quicktime                         mov;
74         video/webm                              webm;
75         video/x-flv                             flv;
76         video/x-mng                             mng;
77         video/x-ms-asf                          asx asf;
78         video/x-ms-wmv                          wmv;
79         video/x-msvideo                         avi;
80 }

UCC git Repository :: git.ucc.asn.au