<br><br><div class="gmail_quote">2012/3/28 Guzmán Brasó <span dir="ltr"><<a href="mailto:guzman.braso@gmail.com">guzman.braso@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

Hi...<br>
<br>
I saw the picture but don't see any problem for nginx there, your<br>
problem in that picture seems to be that you want your backend to<br>
access crossdomain server but your backend do not have internet acces.<br></blockquote><div><br>Yes,this is what I want.<br> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">


<br>
If that's the case, and you don't need to support thousands of cross<br>
domains, you can configure Nginx to be reverse proxy of cross domain<br>
server and use it to access internet from your backend, so when the<br>
backends want to access crossdomain, it does so through nginx and<br>
nginx indeed have internet access.<br></blockquote><div><br>Can you explain more about use the nginx be the reverse proxy of the cross domain?<br> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">


<br>
One good thing of doing this is that if you are already parsing with<br>
any tool your logs, you will have nice stats of your crossdomain<br>
servers behaviors (eg: backend  generation time, etc)<br>
<br>
Or maybe I got it all wrong, in that case, please discard this message :)<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On Wed, Mar 28, 2012 at 8:16 AM, maven apache <<a href="mailto:apachemaven0@gmail.com">apachemaven0@gmail.com</a>> wrote:<br>
> Since I am not good at English,so I make a picture in the attach,hope you<br>
> can get it.<br>
><br>
><br>
> 2012/3/28 Francis Daly <<a href="mailto:francis@daoine.org">francis@daoine.org</a>><br>
>><br>
>> On Tue, Mar 27, 2012 at 07:43:22PM +0800, maven apache wrote:<br>
>><br>
>> Hi there,<br>
>><br>
>> I don't understand your intended data flow.<br>
>><br>
>> Can you describe it more explicitly?<br>
>><br>
>> In general terms, "something" makes a http request to nginx; that<br>
>> "something" is "the client". nginx is configured to proxy_pass a request<br>
>> related to the original one to a back-end server; that back-end server is<br>
>> "upstream".<br>
>><br>
>> client talks to nginx, and gets a response from nginx. The client doesn't<br>
>> know or care about upstream.<br>
>><br>
>> nginx talks to upstream and gets a response from upstream. nginx doesn't<br>
>> know or care how upstream generates the response.<br>
>><br>
>> If a web browser is configured to use a proxy server, then as far as nginx<br>
>> is concerned, that proxy server is "the client", not the web browser.<br>
>><br>
>> From your description, it sounds like "some javascript running in the<br>
>> browser" is "the client".<br>
>><br>
>> It's not clear (to me) what is "nginx" and what is "upstream".<br>
>><br>
>> If you can explain more, it might help others to answer your question.<br>
>><br>
>>        f<br>
>> --<br>
>> Francis Daly        <a href="mailto:francis@daoine.org">francis@daoine.org</a><br>
>><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>
><br>
><br>
><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>
<br>
<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
Guzmán Brasó Núñez<br>
Senior Perl Developer / Sysadmin<br>
Web: <a href="http://guzman.braso.info" target="_blank">http://guzman.braso.info</a><br>
Mobile: +598 98 674020<br>
</font></span><div class="HOEnZb"><div class="h5"><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>
</div></div></blockquote></div><br>