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
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-10-04 19:04:06 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-10-04 19:04:06 +0400
commit0e8348c500bac5303a3b7f2ffee4b7ded05558ff (patch)
treed9743a06cb990c2d537bc3f03762060c90e254eb /conf/mime.types
parentaad1b89b68b0651b5729b15203081f6b4620847a (diff)
nginx-0.1.0-RELEASE importrelease-0.1.0
*) The first public version.
Diffstat (limited to 'conf/mime.types')
-rw-r--r--conf/mime.types24
1 files changed, 24 insertions, 0 deletions
diff --git a/conf/mime.types b/conf/mime.types
new file mode 100644
index 000000000..f8df51cb2
--- /dev/null
+++ b/conf/mime.types
@@ -0,0 +1,24 @@
+
+types {
+ text/html html htm shtml;
+ text/xml xml rss;
+ text/css css;
+ text/plain txt;
+
+ image/gif gif;
+ image/png png;
+ image/jpeg jpeg jpg;
+ image/x-icon ico;
+
+ application/pdf pdf;
+ application/x-shockwave-flash swf;
+ application/x-javascript js;
+
+ audio/mpeg mp3;
+ audio/x-realaudio ra;
+
+ video/mpeg mpeg mpg;
+ video/quicktime mov;
+ video/x-msvideo avi;
+ video/x-ms-wmv wmv;
+}