How to get the original client IP logged? #707
Unanswered
fabricat
asked this question in
Getting Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We reach Netbox-Docker behind a reverse proxy (HAProxy).
docker log
always shows the IP of the proxy, rather than the real one (despite HAProxy adds bothx-forwarded-for
andx-real-ip
headers).I don't know well Nginx Unit, but I found that its Access Log does (only?) write using the Combined Log Format.
Is there a way to have the real IP of the user logged by Netbox-Docker?
Beta Was this translation helpful? Give feedback.
All reactions