Add --with-http_secure_link_module for the Nginx build configuration (#1914)
This commit is contained in:
parent
d824a2043d
commit
07c2bb8dde
1 changed files with 2 additions and 1 deletions
|
@ -218,7 +218,8 @@ WITH_FLAGS="--with-debug \
|
||||||
--with-stream \
|
--with-stream \
|
||||||
--with-stream_ssl_module \
|
--with-stream_ssl_module \
|
||||||
--with-stream_ssl_preread_module \
|
--with-stream_ssl_preread_module \
|
||||||
--with-threads"
|
--with-threads \
|
||||||
|
--with-http_secure_link_module"
|
||||||
|
|
||||||
if [[ ${ARCH} != "armv7l" || ${ARCH} != "aarch64" ]]; then
|
if [[ ${ARCH} != "armv7l" || ${ARCH} != "aarch64" ]]; then
|
||||||
WITH_FLAGS+=" --with-file-aio"
|
WITH_FLAGS+=" --with-file-aio"
|
||||||
|
|
Loading…
Reference in a new issue