Update install.sh

pull/865/head
dami 11 hours ago
parent d42e28f713
commit 013d53c346
  1. 7
      plugins/openresty/versions/1.29.2/install.sh

@ -143,6 +143,13 @@ Install_openresty()
OPTIONS="${OPTIONS} --with-file-aio"
OPTIONS="${OPTIONS} --with-pcre-jit"
OPTIONS="${OPTIONS} --with-http_gzip_static_module"
if [ ! -d ${openrestyDir}/zstd-nginx-module ];then
cd ${openrestyDir} && wget -O $openrestyDir/zstd-nginx-module.tar.gz https://github.com/tokers/zstd-nginx-module/archive/refs/heads/master.tar.gz
cd ${openrestyDir} && tar -zxvf zstd-nginx-module.tar.gz
fi
cd ${openrestyDir}/openresty-${VERSION} && ./configure \

Loading…
Cancel
Save