From 28a8b9c5c6cea33ec25cf9c39862ce2c6fdd9f7a Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 14 Jul 2020 08:38:10 +0800 Subject: [PATCH] Update install.sh --- plugins/openresty/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/openresty/install.sh b/plugins/openresty/install.sh index ac80d1c2e..cd0645dba 100755 --- a/plugins/openresty/install.sh +++ b/plugins/openresty/install.sh @@ -35,9 +35,10 @@ Install_openresty() cd ${openrestyDir} && tar -zxvf openresty-${VERSION}.tar.gz + # --with-openssl=$serverPath/source/lib/openssl-1.0.2q cd ${openrestyDir}/openresty-${VERSION} && ./configure --prefix=$serverPath/openresty \ --with-http_v2_module \ - --with-openssl=$serverPath/source/lib/openssl-1.0.2q \ + --with-http_ssl_module \ --with-http_stub_status_module && make && make install && \ echo "${VERSION}" > $serverPath/openresty/version.pl