We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c10b74 commit bf5b7bfCopy full SHA for bf5b7bf
nginx.conf
@@ -10,7 +10,7 @@ http {
10
access_log /var/log/nginx/access.log upstream_log;
11
12
upstream socket_nodes {
13
- least_conn;
+ ip_hash;
14
server server1:3000;
15
server server2:3000;
16
}
0 commit comments