From c417b0284407d90d19893e4873d67a425c2b02cd Mon Sep 17 00:00:00 2001 From: midoks Date: Thu, 27 Oct 2022 23:44:40 +0800 Subject: [PATCH] Update install.sh --- plugins/openresty/install.sh | 1 + 1 file changed, 1 insertion(+) 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 \