<p dir="ltr">Hello Florin,</p>
<p dir="ltr">i'm not sure how HAproxy works, but this sounds like sticky sessions.</p>
<p dir="ltr"><a href="http://nginx.org/en/docs/http/ngx_http_upstream_module.html#sticky">http://nginx.org/en/docs/http/ngx_http_upstream_module.html#sticky</a></p>
<p dir="ltr">Kind regards</p>
<p dir="ltr">Alexander</p>
<div class="gmail_quote">Am 23.04.2016 2:23 vorm. schrieb "Florin Andrei" <<a href="mailto:florin@andrei.myip.org">florin@andrei.myip.org</a>>:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">With HAproxy, if you use multiple proxies you can synchronize their states:<br>
<br>
<a href="https://cbonte.github.io/haproxy-dconv/configuration-1.5.html#3.5" rel="noreferrer" target="_blank">https://cbonte.github.io/haproxy-dconv/configuration-1.5.html#3.5</a><br>
<br>
This allows, for example, if you're load balancing based on a header value, to make sure all clients sending the same header value will end up connecting to the same backend node.<br>
<br>
Is something like this doable with Nginx?<br>
<br>
-- <br>
Florin Andrei<br>
<a href="http://florin.myip.org/" rel="noreferrer" target="_blank">http://florin.myip.org/</a><br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div>