Skip to content

Commit

Permalink
feat(openresty-build-tools): enable ngx_http_sub_module in our build (
Browse files Browse the repository at this point in the history
  • Loading branch information
sumimakito authored Nov 4, 2022
1 parent c314342 commit c79b0e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openresty-build-tools/kong-ngx-build
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c79b0e0

Please sign in to comment.