NGINX通过Stream转发ftp请求

一、NGINX 1.9之前,需要安装第三方的TCP插件: http://www.cnblogs.com/i-blog/p/6165378.html 二、1.9之后直接使用Stream配置就可以了,当然需要先安装stream模块: 1.nginx 增加tcp ./configure --with-stream --with-pcre=../pcre-8.38 ./configure --with-s
相关文章
相关标签/搜索