Skip to content

Commit 76c1371

Browse files
committed
add http2 module to the build script
1 parent 7f14e61 commit 76c1371

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nginx-build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ cd nginx-${NGINX_VERSION} || exit 1
5656
--error-log-path=/var/log/nginx/error.log \
5757
--http-client-body-temp-path=/tmp/nginx-client-body-temp \
5858
--http-proxy-temp-path=/tmp/nginx-proxy-temp \
59+
--with-http_v2_module \
5960
--with-http_ssl_module \
6061
--with-http_gzip_static_module \
6162
--with-http_auth_request_module \

0 commit comments

Comments
 (0)