2
0
mirror of https://github.com/status-im/consul.git synced 2025-03-01 05:40:40 +00:00
Dhia Ayachi a0455774c0
When a host header is defined override req.Host in the metrics ui ()
* When a host header is defined override the req.Host in the metrics ui endpoint.

* add changelog
2022-05-13 14:05:22 -04:00

4 lines
159 B
Plaintext

```release-note:bug
Fix a bug when configuring an `add_headers` directive named `Host` the header is not set for `v1/internal/ui/metrics-proxy/` endpoint.
```