Wrong IP-Address with nginx + Unicorn + rails

I check the ip-address in the controller with request.env['REMOTE_ADDR'] this works fine in my test environment. But on the production server with nginx + unicorn I always get 127.0.0.1. This is...