From beb76aa8d5799578932e7c68a92fcd44b21e90aa Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Tue, 7 May 2013 20:47:12 +0400 Subject: [PATCH] added ssl module note --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95fe20b..db1c8ad 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,15 @@ cd to NGINX source directory & run this: - ./configure --add-module= --with-http_ssl_module + ./configure --add-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= --with-http_ssl_module + ### RTMP URL format rtmp://rtmp.example.com/app[/name]