19
12/18
nginx使用stream模块做ssh转发
nginx使用stream模块做ssh转发 一、前言 nginx从1.9.0开始,新增加了一个stream模块,用来实现四层协议的转发、代理或者负载均衡等。这完全就是抢HAproxy份额的节奏,鉴于nginx在7层负载均衡和web service上的成功,和nginx良好的框架,stream模块前景一片光明。 二、stream 模块编译 stream模块默认没有编译到nginx, 编译nginx时候 ./configure –with-stream 即可 官网:http://nginx.org/en/docs/stream/ngx_stream_core_module.html 三、使用stream模块做ssh转发 使用案例: 公司的测试主机在内网,不能直接访...