From 09db8210a7f6229531cce1b742f97f8973831d86 Mon Sep 17 00:00:00 2001 From: Juarez Bochi Date: Mon, 6 May 2013 16:54:18 -0300 Subject: [PATCH] Fix build instructions on README.md http ssl module must be enabled --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a961f3..fc6bda1 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ cd to NGINX source directory & run this: - ./configure --add-module= + ./configure --add-module= --with-http_ssl_module make make install