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
@094ikis09 thanks, tried this on the dev env, but it still returns the docker ip, so I guess I'll have to try caddy trusted_proxies directive.
for the prod env, it works when I list cloudflare ips in trusted proxies, so I get real ip without configuring caddy
currently in compose.yaml there is:
ok so spin up for the localhost, my container has this:
but for some reason in Symfony
$request->getClientIps()
returns the container ip. what more configuration is needed?The text was updated successfully, but these errors were encountered: