运维篇—几句话搞明白nginx正向和反向代理的区别
Nginx正向代理四种方式
nginx的正向代理默认不支持https,可以用ngx_http_proxy_connect_module模块来支持https
github地址:https://github.com/chobits/ngx_http_proxy_connect_module
集成ngx_http_proxy_connect_module模块的nginx已打成镜像,可直接使用nginx镜像 :wshoto.tencentcloudcr.com/ka/nginx:proxy
CentOs7 给nginx安装ngx_http_proxy_connect_module模块,配置正向代理支持https