Nginx配置正向代理
下载代理模块代码
git clone https://gitee.com/web_design_of_web_frontend/ngx_http_proxy_connect_module.git
使用patch,注意拉取后的路径
patch -p1 < /home/zoms/ngx_http_proxy_connect_module/patch/proxy_connect_rewrite_1018.patch
注意路径
./configure --prefix=/home/zoms/nginx --with-http_stub_status_module --with-http_ssl_module --with-http_gzip_static_module --add-module=/home/zoms/ngx_http_proxy_connect_module
make &&make install