feat: add ssl module

This commit is contained in:
Jose Diaz-Gonzalez 2022-09-10 16:55:10 -04:00 committed by GitHub
parent 90c8bd9365
commit 91c41476ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ if [[ ! -f "${CACHE_DIR}/bin/nginx" ]]; then
--with-ld-opt="-static" \
--with-http_stub_status_module \
--with-http_gzip_static_module \
--with-http_ssl_module \
--with-file-aio \
--with-zlib=../zlib-${ZLIB_VERSION} \
--with-pcre \