Our website is running in a docker container and we just recently found out that the client's IP Address, given to the Container, is not their real one due to the Proxy forwarding.
How can I get access to the client's actual IP Address? In the logs...
My company is using GitLab CI to update our page and now we'd like to be able to update the Proxy forwarding rules using a script instead of having to do it manually. This way we can display a simple "We're doing an update, please check back in later" message, and once the update is successfully...