view conf/mime.types @ 541:b09ee85d0ac8 release-0.1.45

nginx-0.1.45-RELEASE import *) Change: the "ssl_engine" directive was canceled in the ngx_http_ssl_module and now is introduced at global level. *) Bugfix: the responses with SSI subrequests did not transferred via SSL connection. *) Various bug fixes in the IMAP/POP3 proxy.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 08 Sep 2005 14:36:09 +0000
parents 9b8c906f6e63
children 1af2fcb3be8a
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;
    application/x-x509-ca-cert     der pem crt;

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