NginxStream模块介绍
  # Nginx Stream模块介绍
# Nginx Stream模块介绍
Nginx 的 TCP/UDP 代理功能的模块分为核心模块和辅助模块。
核心模块 stream 需要在编译配置时增加“--with-stream”参数进行编译。
如果已经安装通过Nginx -V 可以看到现有的编译配置,然后在现有的配置下添加
--with-stream即可
./configure --prefix=/usr/local/nginx --with-http_ssl_module --with-stream  --with-stream_realip_module --without-http_rewrite_module
 1
上次更新: 2023/03/10, 16:49:38