summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2015-04-23 11:49:35 +0100
committerBaserock Gerrit <gerrit@baserock.org>2015-04-27 11:10:12 +0000
commitf2d78e9b7221bca65cba53af3f3b50d50d90628f (patch)
tree31afd6798f7a20c3d2a1cd48ff2c2b16219d0beb
parent6f8770fbfaf7f297217f69f484193e5a1fcbe986 (diff)
downloaddefinitions-f2d78e9b7221bca65cba53af3f3b50d50d90628f.tar.gz
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
-rw-r--r--strata/webtools/nginx.morph3
1 files changed, 2 insertions, 1 deletions
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: