types

Задает соответсвие mime типов

http {
    types {
        text/html text;
        text/css css;

    }
}
http {
    include mime.types;
}