doc: add notes on server urls with path
This commit is contained in:
parent
adcb99d330
commit
924e82ab0c
1 changed files with 4 additions and 1 deletions
|
@ -381,7 +381,10 @@ To use a different port for the healthcheck:
|
|||
|
||||
### Servers
|
||||
|
||||
Servers are simply defined using a `URL`. You can also apply a custom `weight` to each server (this will be used by load-balancing).
|
||||
Servers are simply defined using a `url`. You can also apply a custom `weight` to each server (this will be used by load-balancing).
|
||||
|
||||
!!! note
|
||||
Paths in `url` are ignored. Use `Modifier` to specify paths instead.
|
||||
|
||||
Here is an example of backends and servers definition:
|
||||
|
||||
|
|
Loading…
Reference in a new issue