comparison conf/mime.types @ 507:cd3117ad9aab release-0.1.28

nginx-0.1.28-RELEASE import *) Bugfix: nginx hogs CPU while proxying the huge files. *) Bugfix: nginx could not be built by gcc 4.0 on Linux.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 08 Apr 2005 15:18:55 +0000
parents 551102312e19
children 9b8c906f6e63
comparison
equal deleted inserted replaced
506:005e65646622 507:cd3117ad9aab
2 types { 2 types {
3 text/html html htm shtml; 3 text/html html htm shtml;
4 text/xml xml rss; 4 text/xml xml rss;
5 text/css css; 5 text/css css;
6 text/plain txt; 6 text/plain txt;
7 text/x-component htc;
7 8
8 image/gif gif; 9 image/gif gif;
9 image/png png; 10 image/png png;
10 image/jpeg jpeg jpg; 11 image/jpeg jpeg jpg;
11 image/x-icon ico; 12 image/x-icon ico;
13 image/x-jng jng;
12 14
13 application/pdf pdf; 15 application/pdf pdf;
14 application/x-shockwave-flash swf; 16 application/x-shockwave-flash swf;
15 application/x-javascript js; 17 application/x-javascript js;
18 application/x-rar-compressed rar;
19 application/x-xpinstall xpi;
16 20
17 audio/mpeg mp3; 21 audio/mpeg mp3;
18 audio/x-realaudio ra; 22 audio/x-realaudio ra;
19 23
20 video/mpeg mpeg mpg; 24 video/mpeg mpeg mpg;
21 video/quicktime mov; 25 video/quicktime mov;
26 video/x-flv flv;
22 video/x-msvideo avi; 27 video/x-msvideo avi;
23 video/x-ms-wmv wmv; 28 video/x-ms-wmv wmv;
29 video/x-mng mng;
24 } 30 }