<div dir="ltr"><div>>>1.2.3.4 -> request xx.mp4 -> edge 5.6.7.8 (I don't have that file) -> send<br>
client address of origin and tell client to re-initiate file request with<br>
origin address.<br>
<br>
@itpp, you're always the light of hope in darkness :-).Thats the exact solution i need, rewrite is not recommended in our solution because we're using View directive of bind where same domain <a href="http://test.com">test.com</a> will resolve to edge as well as origin server on the basis of client's ip. So i cannot rewrite <a href="http://test.com">test.com</a> back to <a href="http://test.com">test.com</a>. You mentioned the solution HTTP-EQUIV="REFRESH" . Is that fine to use this method also, could you tell me how to use it with origin ip in nginx ? So client will resend the request to origin instead of edge.<br>
<br> <br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Jul 20, 2014 at 12:15 AM, Payam Chychi <span dir="ltr"><<a href="mailto:pchychi@gmail.com" target="_blank">pchychi@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
    <div>
        Use a resirect, keep it clean, simple, and compliant 
    </div><div><br></div><div>Why waste reaources when you dont have to?</div><span class="HOEnZb"><font color="#888888">
    <div><div><br></div>-- <br>Payam Chychi<br>Network Engineer / Security Specialist<div><br></div></div></font></span><div><div class="h5">
     
    <p style="color:#a0a0a8">On Saturday, July 19, 2014 at 10:47 AM, Anoop Alias wrote:</p>
    </div></div><blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px">
        <div><div><div><div class="h5"><div dir="ltr"><br><div><br><br><div>The Proxying server does not download the entire file ;save it to disk and then serve from that .</div><div><br></div><div>
The proxy simply buffers the content (which is config manageable) and serve the end user (browser ) .So the proxy will not face a high disk i/o load like the origin ..</div><div><br></div><div>
<br></div><div><br></div>-- <br><b>Anoop P Alias</b> <div><a href="http://gnusys.net" target="_blank">GNUSYS</a></div>
</div></div>
</div></div><div class=""><div>_______________________________________________</div><div>nginx mailing list</div><div><a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a></div><div><a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a></div>
</div></div></div>
         
         
         
         
    </blockquote>
     
    <div>
        <br>
    </div>
<br>_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">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></div>