ngx_http_proxy_connect_module icon indicating copy to clipboard operation
ngx_http_proxy_connect_module copied to clipboard

Installation with nginx already installed

Open rdipalmadac opened this issue 1 year ago • 2 comments

Hi. But can the module be installed when nginx is already installed? Thanks

rdipalmadac avatar Jun 18 '24 10:06 rdipalmadac

need to recompile nginx


./configure --add-module=../ngx_http_proxy_connect_module 
# or
./configure --add-dynamic-module=../ngx_http_proxy_connect_module 

or Static linking nginx

jingjingxyk avatar Jun 19 '24 11:06 jingjingxyk

Thank

rdipalmadac avatar Jun 20 '24 10:06 rdipalmadac

think it resolved. thanks for @jingjingxyk 's assitance.

chobits avatar Jul 20 '24 05:07 chobits