Jeff,<div><br></div><div>I can't think of a (simple) way of doing this through NGINX.</div><div><br></div><div>It seems to me that the simplest might be to handle this on iptables (are you using Linux?) directly by setting up something similar to what's covered here:</div>
<div><br></div><div><a href="http://www.bjou.de/blog/2008/05/howto-copyteeclone-network-traffic-using-iptables/">http://www.bjou.de/blog/2008/05/howto-copyteeclone-network-traffic-using-iptables/</a></div><div><br></div><div>
so your destination would be some sort of an alias that actually represents 2 destinations.</div><div><br></div><div>Would you be able to provide more context about your environment and why you are thinking of implementing that?</div>
<div><br></div><div>-- <br>Unai Rodriguez<div>CTO & Cofounder<br>LeanWired LLP</div><div>Singapore 168977</div><div><a href="http://www.leanservers.com/" target="_blank">www.leanservers.com</a></div><div><a href="mailto:unai@leanservers.com" target="_blank">unai@leanservers.com</a></div>
<br class="Apple-interchange-newline"><br><div class="gmail_quote">On Thu, Dec 22, 2011 at 12:27 PM, Jeff Pang <span dir="ltr"><<a href="mailto:jeffrpang@gmail.com" target="_blank">jeffrpang@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
When nginx pass the client's request to an original server, I want it<br>
always duplicate the request to another webserver.<br>
<br>
For example, the request is following: client -> nginx -> original-server<br>
What I want is:<br>
<br>
client -> nginx -> original-server<br>
                     |-> another webserver<br>
<br>
The request should always be duplicated, rather than the round robin.<br>
<br>
How can I do that?<br>
<br>
Thanks.<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" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div><br><br clear="all"><div><br></div><br>
</div>