ngx_http_proxy_connect_module
ngx_http_proxy_connect_module copied to clipboard
Installation with nginx already installed
Hi. But can the module be installed when nginx is already installed? Thanks
need to recompile nginx
./configure --add-module=../ngx_http_proxy_connect_module
# or
./configure --add-dynamic-module=../ngx_http_proxy_connect_module
Thank
think it resolved. thanks for @jingjingxyk 's assitance.