Dear mex,
Thanks for this guide, I'v solved my problem with Apache Forward Proxy.
Regards,
Saeed.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,261649,261652#msg-261652
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mail
> I could set up but the Machine A only access to one URL or Site at
> same time.
> How can I access to any URL at internet from Machine A?
>
nginx is a reverse-proxy, what you are looking for is a forward-proxy
and you could use apache or squid for this
for more information on diffferences re
Dear,
I'm trying to set up a proxy server with Nginx. In this case I have two
machines both of them on Linux.
Machine A: is database server e.g => 192.20.2.100
Machine B: is proxy server e.g=> 192.20.4.50
So I want to access to internet via proxy server like this.
DB=>Proxy=>Internet
I could s