Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2005-04-08 19:18:55 +0400
committerIgor Sysoev <igor@sysoev.ru>2005-04-08 19:18:55 +0400
commit02f742b45eb8792053d3880641f45651d645e351 (patch)
tree1d5893bcc89c8f879712aa80f9a98a42f397e2c0 /conf
parent87ff72436d289ae7b72a23138262e6d156490927 (diff)
nginx-0.1.28-RELEASE importrelease-0.1.28
*) Bugfix: nginx hogs CPU while proxying the huge files. *) Bugfix: nginx could not be built by gcc 4.0 on Linux.
Diffstat (limited to 'conf')
-rw-r--r--conf/mime.types6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/mime.types b/conf/mime.types
index f8df51cb2..3785e5388 100644
--- a/conf/mime.types
+++ b/conf/mime.types
@@ -4,21 +4,27 @@ types {
text/xml xml rss;
text/css css;
text/plain txt;
+ text/x-component htc;
image/gif gif;
image/png png;
image/jpeg jpeg jpg;
image/x-icon ico;
+ image/x-jng jng;
application/pdf pdf;
application/x-shockwave-flash swf;
application/x-javascript js;
+ application/x-rar-compressed rar;
+ application/x-xpinstall xpi;
audio/mpeg mp3;
audio/x-realaudio ra;
video/mpeg mpeg mpg;
video/quicktime mov;
+ video/x-flv flv;
video/x-msvideo avi;
video/x-ms-wmv wmv;
+ video/x-mng mng;
}