In the nginx config add: proxy_set_header X-Real-IP $remote_addr; In the apache config add: SetEnvIf X-Real-IP 72.3.230.* is_admin=true Allow from env=is_admin Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers Tweet about it Subscribe to the comments on this post Print for later Bookmark in Browser Tell a friend
In the nginx config add:
proxy_set_header X-Real-IP $remote_addr;
In the apache config add:
SetEnvIf X-Real-IP 72.3.230.* is_admin=true
Allow from env=is_admin