You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a bore client that maps to NGINX and a self-hosted bore server running on docker.
How can I get the original IP address of the request on NGINX?
In this case: remote_addr=127.0.0.1, X-Forwarded-For=- X-Real-IP=-
Both X-Forwarded-For and X-Real-IP are empty.