Thank you for your answers but it did not help me. Because I m using IIS, tomcat and Apache and I need to resolve for all http server. When I try to show client's ip on server , I can see by like this jsp code " out.print(request.getHeader("X-Real-IP"));" but ip based access rules on apache,tomcat and IIS are not working.Actually I need to not change client's ip. couldby ahlatci - Nginx Mailing List - English
I'm sure this has been asked before, but I could not find an answer.I'm using nginx-0.7.66.I have 6 webservers running Apache, tomcat, IIS on it. We are using ip base access for some directories and files on our servers.But when we use nginx as a load balancer, these rules (ip based access on apache,tomcat and IIS) are not working , because of our servers are seeing Nginx's ip address as client iby ahlatci - Nginx Mailing List - English