Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
conf(nginx): change forwarded header removing host (PROJQUAY-8024) (q…
…uay#3327) According to HCP support, the Ingress Load Balancer rejects requests with a `host=...;` in the `forwarded` Header. The PR changes that only the originating Client ($remote_addr) is injected in the request as ``` Host: .... Forwarded: for=127.0.0.1; ... ```
- Loading branch information