comparison conf/mime.types @ 450:551102312e19 release-0.1.0

nginx-0.1.0-RELEASE import *) The first public version.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 04 Oct 2004 15:04:06 +0000
parents
children cd3117ad9aab
comparison
equal deleted inserted replaced
449:3b1e8c9df9ad 450:551102312e19
1
2 types {
3 text/html html htm shtml;
4 text/xml xml rss;
5 text/css css;
6 text/plain txt;
7
8 image/gif gif;
9 image/png png;
10 image/jpeg jpeg jpg;
11 image/x-icon ico;
12
13 application/pdf pdf;
14 application/x-shockwave-flash swf;
15 application/x-javascript js;
16
17 audio/mpeg mp3;
18 audio/x-realaudio ra;
19
20 video/mpeg mpeg mpg;
21 video/quicktime mov;
22 video/x-msvideo avi;
23 video/x-ms-wmv wmv;
24 }