Nginx支持四层代理
http://nginx.org/en/docs/stream/ngx_stream_core_module.html
该ngx_stream_core_module模块自1.9.0版开始可用。默认情况下,此模块不构建,应使用配置参数启用 --with-stream 。
ngx_stream_core_module
--with-stream
Nginx四层代理
原文:http://www.cnblogs.com/w787815/p/6682824.html