Update install.sh

This commit is contained in:
midoks 2022-10-27 23:44:40 +08:00
parent af0ec79072
commit c417b02844
1 changed files with 1 additions and 0 deletions

View File

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