Update install.sh

pull/447/head
midoks 2 years ago
parent 017958b6b0
commit 916d39e205
  1. 11
      plugins/openresty/install.sh

@ -78,9 +78,14 @@ Install_openresty()
cd ${openrestyDir} && tar -zxvf openresty-${VERSION}.tar.gz
OPTIONS=''
# if [ "$VERSION" != "1.21.4.2" ];then
# OPTIONS=" ${OPTIONS} --with-ipv6 "
# fi
if [ "$VERSION" != "1.21.4.2" ];then
OPTIONS=" ${OPTIONS} --with-ipv6 "
fi
if [ "$VERSION" != "1.17.8.2" ];then
OPTIONS=" ${OPTIONS} --with-ipv6 "
fi
# --with-openssl=$serverPath/source/lib/openssl-1.0.2q
cd ${openrestyDir}/openresty-${VERSION} && ./configure \
--prefix=$serverPath/openresty \

Loading…
Cancel
Save