fix: Fix Relay usage for users of ALLOWED_HOSTS (#17900)
Forward the Host header so ALLOWED_HOSTS actually works (and does not
require the user to add "sentry" explicitly)
This still requires the user to add `host.docker.internal` explicitly,
which we can unlikely fix.