1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2025-06-26 00:34:04 +00:00

chore: drop ssl module

This commit is contained in:
Jose Diaz-Gonzalez
2022-09-10 17:10:30 -04:00
committed by GitHub
parent 91c41476ae
commit c2273de014

View File

@ -87,7 +87,6 @@ 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 \