HI !
Thanks fort he reply. Yeah i know nginx is a reverse proxy, but i found some
tutorials using it in front of squid as forward proxy...well they didnt really
work... Seems like i have to look for another solution to build a failover
forward proxy :S
Regards
Alex
-Ursprüngliche Nach
Hi everyone,
I'm trying to get nginx to work as a load balancer for 2 squid forward proxies.
I'm running nginx 1.6.2 on a Centos 7 64bit machine. Here's my config:
Nginx.conf:
user nginx;
worker_processes 1;
error_log /var/log/nginx/error.log warn;
pid/var/run/nginx.pid;
events {