Loadbalancer - prevent client ip address for php

#1
Hi

I have set up a load balancer. Can i prevent ip address from client for php in backend?
I only see the balancer ip in php for the $_SERVER['REMOTE_ADDR'] variable.
 
Top