会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
剑握在手
I must know more.
新随笔
管理
2023年3月28日
nginx TCP负载均衡ip哈希写法
摘要: stream { upstream netty { hash $remote_addr; server s1:30020; server s2:30020; } server { listen 30001; proxy_pass netty; } } ip_hash这种配置方法在这里报错,需要改成上
阅读全文
posted @ 2023-03-28 09:25 剑握在手
阅读(294)
评论(0)
推荐(0)
编辑
公告
返回顶部↑