view conf/mime.types @ 0:f0b350454894 NGINX_0_1_0

nginx 0.1.0 *) The first public version.
author Igor Sysoev <http://sysoev.ru>
date Mon, 04 Oct 2004 00:00:00 +0400
parents
children 3050baa54a26
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;
}