diff --git a/plugins/openresty/install.sh b/plugins/openresty/install.sh index 7a1fc76c2..64b57ce45 100755 --- a/plugins/openresty/install.sh +++ b/plugins/openresty/install.sh @@ -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 \