fix: remove duplicate xForwardedHost handler
What does this MR do?
ghandlers.ProxyHeaders already handles the X-Forwarded-Host header.
This MR removes the proxyInitialMiddleware to avoid handling the header twice.
TODO
-
I added the Changelogtrailer (e.g.Changelog: feature) to the commits that need to be included in the changelog -
I added unit tests or they are not required -
I added acceptance tests or they are not required -
I added documentation (or it's not required) -
I followed code review guidelines -
I followed Go Style guidelines