Configure Symfony's trusted proxies for jwilder/nginx-proxy – Docker
I am trying to get client IP with $request->getClientIp(); and it returns 172.19.0.2, but that is not my public IP. I stumbled upon this doc to set up trusted proxies so I tried doing like this: // web/app_dev.php // ...…