view conf/mime.types @ 495:fc9909c369b2 release-0.1.22

nginx-0.1.22-RELEASE import *) Bugfix: the ngx_http_stub_status_module showed incorrect handled connections statistics if the proxying or FastCGI server were used. *) Bugfix: the installation paths were incorrectly quoted on Linux and Solaris; the bug had appeared in 0.1.21.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 24 Feb 2005 12:29:09 +0000
parents 551102312e19
children cd3117ad9aab
line wrap: on
line source


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;
}