Update install.sh

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

@ -148,6 +148,9 @@ Install_openresty()
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
cd ${openrestyDir}/zstd-nginx-module-master
OPTIONS="${OPTIONS} --add-module=${openrestyDir}/zstd-nginx-module-master"
fi

Loading…
Cancel
Save