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.
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.