<div dir="ltr">I'm looking for a way to mirror my production site traffic to a development environment, so that I have nearly identical traffic going to both to work through some optimization issues that are hard to do without the load, which is just incoming data.<br>
<br>Eric<br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jun 17, 2014 at 10:35 AM, Reinis Rozitis <span dir="ltr"><<a href="mailto:r@roze.lv" target="_blank">r@roze.lv</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Option A and that's what I figured as well.<br>
</blockquote>
<br></div>
Depends on what you actually want to achieve by doing those 2 requests – eg is it to prewarm 2 backend cache servers or something?<br>
<br>
But one way to do this would be for example to use nginx Lua module <a href="https://github.com/openresty/lua-nginx-module#ngxlocationcapture_multi" target="_blank">https://github.com/openresty/<u></u>lua-nginx-module#<u></u>ngxlocationcapture_multi</a> / ngx.location.capture_multi , content_by_lua etc  and then from one response discard the body ( ngx.req.discard_body ) or just print the first.<br>

<br>
.. theoretically maybe also the Echo module <a href="https://github.com/openresty/echo-nginx-module#echo_subrequest" target="_blank">https://github.com/openresty/<u></u>echo-nginx-module#echo_<u></u>subrequest</a>  but I'm not exactly sure how the "combined" response would look like and if the duplicate body could be avoided just by sending HEAD request to the second backend.<br>

<br>
You can test it yourself or try to ask agentzh.<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
rr <br></font></span><div class="HOEnZb"><div class="h5">
______________________________<u></u>_________________<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/<u></u>mailman/listinfo/nginx</a></div></div></blockquote></div><br></div>