Skip to content

Commit cb57b31

Browse files
committed
update nginx mime.types
1 parent c6337d6 commit cb57b31

2 files changed

Lines changed: 89 additions & 48 deletions

File tree

  • projects/LinuxSystemOps/SoftwareManagement/nginx/nginx-full-example-configuration
Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
types {
2+
text/html html htm shtml;
3+
text/css css;
4+
text/xml xml;
5+
image/gif gif;
6+
image/jpeg jpeg jpg;
7+
application/javascript js;
8+
application/atom+xml atom;
9+
application/rss+xml rss;
10+
11+
text/mathml mml;
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+
image/webp webp;
25+
26+
application/font-woff woff;
27+
application/java-archive jar war ear;
28+
application/json json;
29+
application/mac-binhex40 hqx;
30+
application/msword doc;
31+
application/pdf pdf;
32+
application/postscript ps eps ai;
33+
application/rtf rtf;
34+
application/vnd.apple.mpegurl m3u8;
35+
application/vnd.ms-excel xls;
36+
application/vnd.ms-fontobject eot;
37+
application/vnd.ms-powerpoint ppt;
38+
application/vnd.wap.wmlc wmlc;
39+
application/vnd.google-earth.kml+xml kml;
40+
application/vnd.google-earth.kmz kmz;
41+
application/x-7z-compressed 7z;
42+
application/x-cocoa cco;
43+
application/x-java-archive-diff jardiff;
44+
application/x-java-jnlp-file jnlp;
45+
application/x-makeself run;
46+
application/x-perl pl pm;
47+
application/x-pilot prc pdb;
48+
application/x-rar-compressed rar;
49+
application/x-redhat-package-manager rpm;
50+
application/x-sea sea;
51+
application/x-shockwave-flash swf;
52+
application/x-stuffit sit;
53+
application/x-tcl tcl tk;
54+
application/x-x509-ca-cert der pem crt;
55+
application/x-xpinstall xpi;
56+
application/xhtml+xml xhtml;
57+
application/xspf+xml xspf;
58+
application/zip zip;
59+
application/zip apk;
60+
61+
application/octet-stream bin exe dll;
62+
application/octet-stream deb;
63+
application/octet-stream dmg;
64+
application/octet-stream iso img;
65+
application/octet-stream msi msp msm;
66+
67+
application/vnd.openxmlformats-officedocument.wordprocessingml.document docx;
68+
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet xlsx;
69+
application/vnd.openxmlformats-officedocument.presentationml.presentation pptx;
70+
71+
audio/midi mid midi kar;
72+
audio/mpeg mp3;
73+
audio/ogg ogg;
74+
audio/x-m4a m4a;
75+
audio/x-realaudio ra;
76+
77+
video/3gpp 3gpp 3gp;
78+
video/mp2t ts;
79+
video/mp4 mp4;
80+
video/mpeg mpeg mpg;
81+
video/quicktime mov;
82+
video/webm webm;
83+
video/x-flv flv;
84+
video/x-m4v m4v;
85+
video/x-mng mng;
86+
video/x-ms-asf asx asf;
87+
video/x-ms-wmv wmv;
88+
video/x-msvideo avi;
89+
}

projects/LinuxSystemOps/SoftwareManagement/nginx/nginx-full-example-configuration/official-examples/mime.types

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)