From 9e376b8e3e38ff825ef4170c92d9ac9b6a32b502 Mon Sep 17 00:00:00 2001 From: Marc Sensenich Date: Wed, 17 Jan 2018 11:10:48 -0500 Subject: [PATCH] Add --with-http_secure_link_module for the Nginx build configuration --- 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 40b6227d8..01125313d 100755 --- a/images/nginx/build.sh +++ b/images/nginx/build.sh @@ -219,7 +219,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"