mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
docs/vmauth.md: typo fix
This commit is contained in:
parent
e280d90e9a
commit
08071326cc
1 changed files with 1 additions and 1 deletions
|
@ -687,7 +687,7 @@ when proxying requests to the `backend:1234`:
|
|||
```yaml
|
||||
unauthorized_user:
|
||||
url_prefix: "http://backend:1234/"
|
||||
keep_iriginal_host: true
|
||||
keep_original_host: true
|
||||
```
|
||||
|
||||
It is also possible to set the `Host` header to arbitrary value when proxying the request to the configured backend, via [`headers` option](#modifying-http-headers):
|
||||
|
|
Loading…
Reference in a new issue