Fix build instructions on README.md

http ssl module must be enabled
This commit is contained in:
Juarez Bochi 2013-05-06 16:54:18 -03:00
parent de2a4258d7
commit 09db8210a7

View file

@ -67,7 +67,7 @@
cd to NGINX source directory & run this:
./configure --add-module=<path-to-nginx-rtmp-module>
./configure --add-module=<path-to-nginx-rtmp-module> --with-http_ssl_module
make
make install