nginx设置七层和四层代理配置模版

普通七层代理 在http层添加配置

  四层代理: 四层代理需要stream模块,默认可能没有安装,如果是centos系列,可以直接yum将所有模块都安装上 yum install nginx-all-modules 在nginx.conf最上层添加配置