From 07c2bb8dde3f1c76bcd876bf0812f62ee3fdd973 Mon Sep 17 00:00:00 2001 From: Marc Sensenich Date: Wed, 17 Jan 2018 12:14:11 -0500 Subject: [PATCH] Add --with-http_secure_link_module for the Nginx build configuration (#1914) --- images/nginx/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/nginx/build.sh b/images/nginx/build.sh index 7c3d7f1f9..a90c0d2a7 100755 --- a/images/nginx/build.sh +++ b/images/nginx/build.sh @@ -218,7 +218,8 @@ WITH_FLAGS="--with-debug \ --with-stream \ --with-stream_ssl_module \ --with-stream_ssl_preread_module \ - --with-threads" + --with-threads \ + --with-http_secure_link_module" if [[ ${ARCH} != "armv7l" || ${ARCH} != "aarch64" ]]; then WITH_FLAGS+=" --with-file-aio"