mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2024-11-05 03:38:43 +00:00
feat: add ssl module
This commit is contained in:
parent
90c8bd9365
commit
91c41476ae
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user