摘要: 原文地址:https://blog.csdn.net/xqnode/article/details/83062033 nginx默认安装的时候无法加载流stream模块,需要在启动参数里加上–with-stream。 解决方法:重新对源文件进行编译、安装,通过添加–with-stream参数指定安装 阅读全文
posted @ 2021-08-24 13:49 eyesfree 阅读(765) 评论(0) 推荐(0) 编辑
摘要: 原文地址:https://www.cnblogs.com/zh-dream/p/12911609.html nginx从1.9.0开始,新增加了一个stream模块,用来实现四层协议的转发、代理或者负载均衡等 stream模块的用法和http模块差不多,语法基本一致,支持server,hash, l 阅读全文
posted @ 2021-08-24 13:45 eyesfree 阅读(1465) 评论(0) 推荐(0) 编辑