<div dir="ltr"><span style="font-size:14px">Hi</span><div style="font-size:14px"><br></div><div style="font-size:14px">Is there a way to get selected peer in upstream without sending request to backend server?</div><div style="font-size:14px"><br></div><div style="font-size:14px">upstream backend {</div><div style="font-size:14px">    hash $url consistent;</div><div style="font-size:14px">    server  192.168.1.101;</div><div style="font-size:14px">    server  192.168.1.102; # Assume this is selected</div><div style="font-size:14px">    server  192.168.1.103;</div><div style="font-size:14px">}</div><div style="font-size:14px"><br></div><div style="font-size:14px"><br></div><div style="font-size:14px">location /302 {</div><div style="font-size:14px">   proxy_pass  <a href="http://backend/" target="_blank">http://backend</a>;</div><div style="font-size:14px">   # need other config or develop custom module?</div><div style="font-size:14px">}</div><div style="font-size:14px"><br></div><div style="font-size:14px"><br></div><div style="font-size:14px">> curl <a href="http://test.com/302" target="_blank">http://test.com/302</a> -v</div><div style="font-size:14px">...</div><div style="font-size:14px">Location: <a href="http://192.168.1.102/xxx" target="_blank">http://192.168.1.102/xxx</a></div><div style="font-size:14px">...</div><div style="font-size:14px"><br></div><div style="font-size:14px">Just get selected server, and i<span style="color:rgb(51,51,51);font-family:arial;font-size:13px;line-height:20.02px">mmediately</span> return for 302 location.</div><div style="font-size:14px">Is it possible to support the feature, or give me advices, thanks so much.</div></div>