Skip to content

Commit a914589

Browse files
author
Irvin
committed
nnp.sh: replace --with-http_spdy_module with --with-http_v2_module
1 parent 5cdf35a commit a914589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nnp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COMPILE="--add-module=${DIRECTORY}/ngx_pagespeed-release-${PAGESPEED}-beta \
1212
--without-mail_imap_module \
1313
--without-mail_smtp_module \
1414
--with-http_ssl_module \
15-
--with-http_spdy_module \
15+
--with-http_v2_module \
1616
--with-http_stub_status_module \
1717
--with-http_gzip_static_module"
1818

0 commit comments

Comments
 (0)