Skip to content

Commit

Permalink
Add --with-http_secure_link_module for the Nginx build configuration (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-sensenich authored and aledbf committed Jan 17, 2018
1 parent d824a20 commit 07c2bb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/nginx/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 07c2bb8

Please sign in to comment.