From 924e82ab0c2095b010ddb86200ae8f006d5724f9 Mon Sep 17 00:00:00 2001 From: Chulki Lee Date: Thu, 7 Sep 2017 02:40:03 -0700 Subject: [PATCH] doc: add notes on server urls with path --- docs/basics.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/basics.md b/docs/basics.md index da89f62bb..39a623575 100644 --- a/docs/basics.md +++ b/docs/basics.md @@ -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: