Update install.sh

pull/224/head
midoks 3 years ago
parent af0ec79072
commit c417b02844
  1. 1
      plugins/openresty/install.sh

@ -59,6 +59,7 @@ Install_openresty()
cd ${openrestyDir}/openresty-${VERSION} && ./configure \ cd ${openrestyDir}/openresty-${VERSION} && ./configure \
--prefix=$serverPath/openresty \ --prefix=$serverPath/openresty \
--with-ipv6 \ --with-ipv6 \
--with-stream \
--with-http_v2_module \ --with-http_v2_module \
--with-http_ssl_module \ --with-http_ssl_module \
--with-http_slice_module \ --with-http_slice_module \

Loading…
Cancel
Save