From ab52f4d91d2f2c48622f4de23bc8af10a8f449fb Mon Sep 17 00:00:00 2001 From: Patrick Pfeiffer Date: Sun, 30 Oct 2016 13:21:43 +0100 Subject: [PATCH] Fix typo in docs --- docs/basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basics.md b/docs/basics.md index e0c700a16..d0011805c 100644 --- a/docs/basics.md +++ b/docs/basics.md @@ -104,7 +104,7 @@ Here is an example of frontends definition: priority = 10 entrypoints = ["https"] # overrides defaultEntryPoints [frontends.frontend2.routes.test_1] - rule = "Host:localhost,{subdomain:[a-z]+}.localhost" + rule = "HostRegexp:localhost,{subdomain:[a-z]+}.localhost" [frontends.frontend3] backend = "backend2" [frontends.frontend3.routes.test_1]