view xml/ru/docs/http/ngx_http_flv_module.xml @ 108:72524ae53106

Explicitly marked directives with the block syntax. Such directives will have curly braces around their syntax and defaults appear automatically. Other directives will have a semicolon after their syntax and defaults.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 20 Oct 2011 07:47:21 +0000
parents c76a257f3fd4
children 40eec261c2a6
line wrap: on
line source

<?xml version="1.0" encoding="utf-8"?>

<!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">

<module name="Директивы модуля ngx_http_flv_module"
        link="/ru/docs/http/ngx_http_flv_module.html"
        lang="ru">

<section name="" id="summary">

<para>
Модуль ngx_http_flv_module делает специальную обработку передаваемых файлов:
при передаче файла, начиная со смещения, указаного в аргументах
запроса "start=XXX", добавляет FLV-заголовок перед запрашиваемым файлом.
</para>

<para>
По умолчанию модуль не собирается, нужно разрешить его сборку
при конфигурировании параметром <command>--with-http_flv_module</command>.
</para>

</section>


<section name="Пример конфигурации" id="example">

<para>
<example>
    location ~ \.flv$ {
        flv;
    }
</example>
</para>

</section>


<section name="Директивы" id="directives">

<directive name="flv">
<syntax/>
<default/>
<context>location</context>

<para>
Директива разрешает специальную обработку передаваемых файлов.
</para>

</directive>

</section>

</module>