Commit b0363d31 authored by wojiushixiaobai's avatar wojiushixiaobai

Fix

parent b68f3ea9
......@@ -86,7 +86,7 @@
server 192.168.100.40:2222 weight=1;
server 192.168.100.40:2223 weight=1; # 多节点
# 这里是 coco ssh 的后端ip
least_conn;
hash $remote_addr;
}
server {
listen 2222;
......
......@@ -262,7 +262,7 @@ CentOS 7 安装文档
server localhost:2222 weight=1;
server localhost:2223 weight=1; # 多节点
# 这里是 coco ssh 的后端ip
least_conn; # 优先连接连接数最少的后端服务
hash $remote_addr;
}
server {
listen 2222;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment