From 0e8348c500bac5303a3b7f2ffee4b7ded05558ff Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 4 Oct 2004 15:04:06 +0000 Subject: nginx-0.1.0-RELEASE import *) The first public version. --- conf/mime.types | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 conf/mime.types (limited to 'conf/mime.types') 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; +} -- cgit v1.2.3