Module ngx_http_flv_module | english русский 简体中文 עברית 日本語 türkçe news about download security advisories documentation pgp keys faq links books support donation trac wiki nginx.com | ||||||
The module
It handles requests with the
This module is not built by default, it should be enabled with the
Example Configuration
location ~ \.flv$ { flv; }
Directives
Turns on module processing in a surrounding location. |