From f5608af5fc935602a2c206d8875e03749ebd324f Mon Sep 17 00:00:00 2001 From: Makito Date: Fri, 4 Nov 2022 13:33:39 +0800 Subject: [PATCH] feat(openresty-build-tools): enable `ngx_http_sub_module` in our build (#586) --- openresty-build-tools/kong-ngx-build | 1 + 1 file changed, 1 insertion(+) diff --git a/openresty-build-tools/kong-ngx-build b/openresty-build-tools/kong-ngx-build index 26530c2d..d90d8d81 100755 --- a/openresty-build-tools/kong-ngx-build +++ b/openresty-build-tools/kong-ngx-build @@ -747,6 +747,7 @@ main() { "--prefix=$OPENRESTY_PREFIX" "--with-pcre-jit" "--with-http_ssl_module" + "--with-http_sub_module" "--with-http_realip_module" "--with-http_stub_status_module" "--with-http_v2_module"