We use `request.remote_addr` to locate the requester and center the map. However, due to nginx proxying, `request.remote_addr` now contains the ip address of the docker_nginx-load-balancer network.
We use
request.remote_addrto locate the requester and center the map.However, due to nginx proxying,
request.remote_addrnow contains the ip address of the docker_nginx-load-balancer network.