Merge pull request #786 from guybrush/doc-basics-frontends
Fix typo in docs
This commit is contained in:
commit
931a124349
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ Here is an example of frontends definition:
|
||||||
priority = 10
|
priority = 10
|
||||||
entrypoints = ["https"] # overrides defaultEntryPoints
|
entrypoints = ["https"] # overrides defaultEntryPoints
|
||||||
[frontends.frontend2.routes.test_1]
|
[frontends.frontend2.routes.test_1]
|
||||||
rule = "Host:localhost,{subdomain:[a-z]+}.localhost"
|
rule = "HostRegexp:localhost,{subdomain:[a-z]+}.localhost"
|
||||||
[frontends.frontend3]
|
[frontends.frontend3]
|
||||||
backend = "backend2"
|
backend = "backend2"
|
||||||
[frontends.frontend3.routes.test_1]
|
[frontends.frontend3.routes.test_1]
|
||||||
|
|
Loading…
Reference in a new issue