From f2d78e9b7221bca65cba53af3f3b50d50d90628f Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Thu, 23 Apr 2015 11:49:35 +0100 Subject: Build the nginx server with the '--with-http_ssl_module' option, as it isn't built with SSL/https support by default Change-Id: I5c124da046aea2802193790a51d94bf1f75e490b --- strata/webtools/nginx.morph | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/strata/webtools/nginx.morph b/strata/webtools/nginx.morph index 08949ec9..6f7f04ae 100644 --- a/strata/webtools/nginx.morph +++ b/strata/webtools/nginx.morph @@ -6,7 +6,8 @@ configure-commands: --conf-path=/etc/nginx/nginx.conf \ --pid-path=/etc/nginx/nginx.pid \ --error-log-path=/var/log/nginx/error.log \ - --http-log-path=/var/log/nginx/access.log + --http-log-path=/var/log/nginx/access.log \ + --with-http_ssl_module build-commands: - make install-commands: -- cgit v1.2.1