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

1 Commits
v17 ... v18

Author SHA1 Message Date
91c41476ae feat: add ssl module 2022-09-10 16:55:10 -04:00

View File

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