pull/620/head
Mr Chen 10 months ago
parent 2e7afad20b
commit fd81666453
  1. 4
      plugins/openresty/versions/1.21.4/install.sh
  2. 4
      plugins/openresty/versions/1.25.3/install.sh

@ -72,10 +72,6 @@ Install_openresty()
cd ${openrestyDir} && tar -zxvf openresty-${VERSION}.tar.gz
OPTIONS=''
if [ "$VERSION" == "1.19.3.1" ]; then
OPTIONS="${OPTIONS} --with-ipv6"
fi
opensslVersion="1.1.1p"
libresslVersion="3.9.1"

@ -72,10 +72,6 @@ Install_openresty()
cd ${openrestyDir} && tar -zxvf openresty-${VERSION}.tar.gz
OPTIONS=''
if [ "$VERSION" == "1.19.3.1" ]; then
OPTIONS="${OPTIONS} --with-ipv6"
fi
opensslVersion="1.1.1p"
libresslVersion="3.9.1"

Loading…
Cancel
Save