1types {
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				txt;
12	text/vnd.sun.j2me.app-descriptor	jad;
13	text/vnd.wap.wml			wml;
14	text/x-component			htc;
15
16	image/png				png;
17	image/tiff				tif tiff;
18	image/vnd.wap.wbmp			wbmp;
19	image/x-icon				ico;
20	image/x-jng				jng;
21	image/x-ms-bmp				bmp;
22	image/svg+xml				svg svgz;
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	application/postscript			ps eps ai;
30	application/rtf				rtf;
31	application/vnd.ms-excel		xls;
32	application/vnd.ms-powerpoint		ppt;
33	application/vnd.wap.wmlc		wmlc;
34	application/vnd.google-earth.kml+xml	kml;
35	application/vnd.google-earth.kmz	kmz;
36	application/x-7z-compressed		7z;
37	application/x-cocoa			cco;
38	application/x-java-archive-diff		jardiff;
39	application/x-java-jnlp-file		jnlp;
40	application/x-makeself			run;
41	application/x-perl			pl pm;
42	application/x-pilot			prc pdb;
43	application/x-rar-compressed		rar;
44	application/x-redhat-package-manager	rpm;
45	application/x-sea			sea;
46	application/x-shockwave-flash		swf;
47	application/x-stuffit			sit;
48	application/x-tcl			tcl tk;
49	application/x-x509-ca-cert		der pem crt;
50	application/x-xpinstall			xpi;
51	application/xhtml+xml			xhtml;
52	application/zip				zip;
53
54	application/octet-stream		bin exe dll;
55	application/octet-stream		deb;
56	application/octet-stream		dmg;
57	application/octet-stream		eot;
58	application/octet-stream		iso img;
59	application/octet-stream		msi msp msm;
60	application/ogg				ogx;
61
62	audio/midi				mid midi kar;
63	audio/mpeg				mpga mpega mp2 mp3 m4a;
64	audio/ogg				oga ogg spx;
65	audio/x-realaudio			ra;
66	audio/webm				weba;
67
68	video/3gpp				3gpp 3gp;
69	video/mp4				mp4;
70	video/mpeg				mpeg mpg mpe;
71	video/ogg				ogv;
72	video/quicktime				mov;
73	video/webm				webm;
74	video/x-flv				flv;
75	video/x-mng				mng;
76	video/x-ms-asf				asx asf;
77	video/x-ms-wmv				wmv;
78	video/x-msvideo				avi;
79}
80