Skip to content

Commit

Permalink
Add --with-http_v2_module for http_v2 support
Browse files Browse the repository at this point in the history
Added '--with-http_v2_module' to base_nginx_options for default http_v2 module support.
  • Loading branch information
vponnam authored Mar 23, 2020
1 parent c597322 commit 4ecc403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/build-binary-new/builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ def build_nginx(source_input, stack, static = false)
'--prefix=/',
'--error-log-path=stderr',
'--with-http_ssl_module',
'--with-http_v2_module',
'--with-http_realip_module',
'--with-http_gunzip_module',
'--with-http_gzip_static_module',
Expand Down

0 comments on commit 4ecc403

Please sign in to comment.