mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 12:31:07 +01:00
docs/vmauth.md: typo fixes after 7b2b980181
This commit is contained in:
parent
7b2b980181
commit
c0a93cf183
@ -495,7 +495,7 @@ There are the following solutions for this issue:
|
||||
```
|
||||
|
||||
This scheme works great, but it needs manual updating of the [`-auth.config`](#auth-config) every time `vmselect` services are restarted,
|
||||
downsaled or upscaled.
|
||||
downscaled or upscaled.
|
||||
|
||||
- To set `discover_backend_ips: true` option, so `vmagent` automatically discovers IPs behind the given hostname and then spreads load among the discovered IPs:
|
||||
|
||||
@ -505,7 +505,7 @@ There are the following solutions for this issue:
|
||||
discover_backend_ips: true
|
||||
```
|
||||
|
||||
The `discover_backend_ips` can be specified at `user` and `url_map` level in the [`-auth.config](#auth-config). It can also be enabled globally
|
||||
The `discover_backend_ips` can be specified at `user` and `url_map` level in the [`-auth.config`](#auth-config). It can also be enabled globally
|
||||
via `-discoverBackendIPs` command-line flag.
|
||||
|
||||
See also [load balancing docs](#load-balancing).
|
||||
|
Loading…
Reference in New Issue
Block a user