Hello,
i didn´t received the header in my apache + nginx. Searched some hours for the fix till i found this post HTTP_X_FORWARDED_FOR and nginx frontend server problems - #5 by eris
Original config shows:
X-Real-IP $remote_addr;
but with apache + nginx we need
X-Real-IP $proxy_add_x_forwarded_for;