Add --with-http_secure_link_module for the Nginx build configuration
This commit is contained in:
parent
a1afc418e8
commit
9e376b8e3e
1 changed files with 2 additions and 1 deletions
|
@ -219,7 +219,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