Skip to content

Commit

Permalink
add http2 module to the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshgngwr committed Jul 27, 2022
1 parent 7f14e61 commit 76c1371
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ cd nginx-${NGINX_VERSION} || exit 1
--error-log-path=/var/log/nginx/error.log \
--http-client-body-temp-path=/tmp/nginx-client-body-temp \
--http-proxy-temp-path=/tmp/nginx-proxy-temp \
--with-http_v2_module \
--with-http_ssl_module \
--with-http_gzip_static_module \
--with-http_auth_request_module \
Expand Down

0 comments on commit 76c1371

Please sign in to comment.