From bfc7b3d18306d1ffff9eedf85eb82053af4576d2 Mon Sep 17 00:00:00 2001 From: j0hnsmith Date: Mon, 19 Dec 2016 07:26:14 +0000 Subject: [PATCH] Add multiple values for one rule to docs --- docs/basics.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/basics.md b/docs/basics.md index 4c37fe688..79042790e 100644 --- a/docs/basics.md +++ b/docs/basics.md @@ -87,7 +87,8 @@ Frontends can be defined using the following rules: - `PathPrefixStrip`: Same as `PathPrefix` but strip the given prefix from the request URL's Path. - `AddPrefix` : Add prefix from the request URL's Path. -You can use multiple rules by separating them by `;` +You can use multlple values for a rule by separating them with `,`. +You can use multiple rules by separating them by `;`. You can optionally enable `passHostHeader` to forward client `Host` header to the backend.