added ssl module note

This commit is contained in:
Roman Arutyunyan 2013-05-07 20:47:12 +04:00
parent 36d744d257
commit beb76aa8d5

View file

@ -67,10 +67,15 @@
cd to NGINX source directory & run this:
./configure --add-module=<path-to-nginx-rtmp-module> --with-http_ssl_module
./configure --add-module=<path-to-nginx-rtmp-module>
make
make install
Several versions of nginx (1.3.x - 1.4.0) require http_ssl_module to be
added as well:
./configure --add-module=<path-to-nginx-rtmp-module> --with-http_ssl_module
### RTMP URL format
rtmp://rtmp.example.com/app[/name]