view conf/mime.types @ 507:cd3117ad9aab release-0.1.28

nginx-0.1.28-RELEASE import *) Bugfix: nginx hogs CPU while proxying the huge files. *) Bugfix: nginx could not be built by gcc 4.0 on Linux.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 08 Apr 2005 15:18:55 +0000
parents 551102312e19
children 9b8c906f6e63
line wrap: on
line source


types {
    text/html                      html htm shtml;
    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;
}