Y
Hacker News
new
|
ask
|
show
|
jobs
by
jpgvm
3974 days ago
Cool, does it allow you to control the balancing to enforce source-ip -> backend mapping?
This is required due to the nature of Websockets UPGRADE and most semi-stateful Websockets servers.
1 comments
Tenzer
3974 days ago
Sure, that's not really related to the protocol used. It's instead handled by the upstream module and the "ip_hash" flag:
http://nginx.org/en/docs/http/ngx_http_upstream_module.html#...
.
link