Skip to content

Commit

Permalink
Compile nginx with with-http_v2_module
Browse files Browse the repository at this point in the history
  • Loading branch information
alexazhou committed Aug 14, 2016
1 parent b8f5f23 commit cc56772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def install_openresty( ):
#configure && compile && install openresty
print('### configure openresty ...')
os.chdir( openresty_pkg.replace('.tar.gz','') )
exec_sys_cmd( './configure --prefix=/opt/verynginx/openresty --user=nginx --group=nginx --with-http_sub_module --with-http_stub_status_module --with-luajit' )
exec_sys_cmd( './configure --prefix=/opt/verynginx/openresty --user=nginx --group=nginx --with-http_v2_module --with-http_sub_module --with-http_stub_status_module --with-luajit' )

print('### compile openresty ...')
exec_sys_cmd( 'make' )
Expand Down

0 comments on commit cc56772

Please sign in to comment.