Skip to content

Commit

Permalink
build openresty with http2
Browse files Browse the repository at this point in the history
  • Loading branch information
vchrisb authored and arjun024 committed Sep 11, 2024
1 parent 7a8b038 commit 9145423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tasks/build-binary-new-cflinuxfs4/builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,7 @@ def build_openresty
'-j2',
'--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
1 change: 1 addition & 0 deletions tasks/build-binary-new/builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ def build_openresty(source_input)
'-j2',
'--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 9145423

Please sign in to comment.