doc: add notes on server urls with path

This commit is contained in:
Chulki Lee 2017-09-07 02:40:03 -07:00 committed by Traefiker
parent adcb99d330
commit 924e82ab0c

View file

@ -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: