Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

We dropped nginx because of no native support for session affinity. SSL support has been introduced in HAProxy very recently.



Is the ip_hash directive not good enough for what your looking for?


I was not aware of ip_hash. But as per documentation it uses first 3 octets as hashing key, this may not work for me.I want to use nginx on LAN. It will throw all clients to same backend server.

http://nginx.org/en/docs/http/ngx_http_upstream_module.html#...


It should be fairly trivial to patch your copy of nginx to use the entire IP address as the hashing key.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: