Update install.sh

pull/109/head
midoks 4 years ago
parent 40d24d68f5
commit 003f8c6420
  1. 1
      plugins/openresty/install.sh

@ -40,6 +40,7 @@ Install_openresty()
cd ${openrestyDir}/openresty-${VERSION} && ./configure --prefix=$serverPath/openresty \ cd ${openrestyDir}/openresty-${VERSION} && ./configure --prefix=$serverPath/openresty \
--with-http_v2_module \ --with-http_v2_module \
--with-http_ssl_module \ --with-http_ssl_module \
--with-http_slice_module \
--with-http_stub_status_module && make && make install && \ --with-http_stub_status_module && make && make install && \
echo "${VERSION}" > $serverPath/openresty/version.pl echo "${VERSION}" > $serverPath/openresty/version.pl

Loading…
Cancel
Save