From 91c41476ae2afb735e89d4303460d96f297e683e Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 10 Sep 2022 16:55:10 -0400 Subject: [PATCH] feat: add ssl module --- bin/compile | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/compile b/bin/compile index 0e2971f..cb63d4e 100755 --- a/bin/compile +++ b/bin/compile @@ -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 \