Change instances of "dymanic" to "dynamic"
This commit is contained in:
parent
8d7af21ff3
commit
b5f07d2995
1 changed files with 6 additions and 6 deletions
|
@ -413,7 +413,7 @@ To apply a redirection, one of the redirect middlewares, [RedirectRegex](../midd
|
||||||
##---------------------##
|
##---------------------##
|
||||||
|
|
||||||
## dynamic configuration
|
## dynamic configuration
|
||||||
# dymanic-conf.toml
|
# dynamic-conf.toml
|
||||||
|
|
||||||
[http.routers]
|
[http.routers]
|
||||||
[http.routers.router0]
|
[http.routers.router0]
|
||||||
|
@ -457,7 +457,7 @@ To apply a redirection, one of the redirect middlewares, [RedirectRegex](../midd
|
||||||
##---------------------##
|
##---------------------##
|
||||||
|
|
||||||
## dynamic configuration
|
## dynamic configuration
|
||||||
# dymanic-conf.yml
|
# dynamic-conf.yml
|
||||||
|
|
||||||
http:
|
http:
|
||||||
routers:
|
routers:
|
||||||
|
@ -883,12 +883,12 @@ As the dashboard access is now secured by default you can either:
|
||||||
[api]
|
[api]
|
||||||
|
|
||||||
[providers.file]
|
[providers.file]
|
||||||
filename = "/dymanic-conf.toml"
|
filename = "/dynamic-conf.toml"
|
||||||
|
|
||||||
##---------------------##
|
##---------------------##
|
||||||
|
|
||||||
## dynamic configuration
|
## dynamic configuration
|
||||||
# dymanic-conf.toml
|
# dynamic-conf.toml
|
||||||
|
|
||||||
[http.routers.api]
|
[http.routers.api]
|
||||||
rule = "Host(`traefik.docker.localhost`)"
|
rule = "Host(`traefik.docker.localhost`)"
|
||||||
|
@ -915,12 +915,12 @@ As the dashboard access is now secured by default you can either:
|
||||||
|
|
||||||
providers:
|
providers:
|
||||||
file:
|
file:
|
||||||
filename: /dymanic-conf.yaml
|
filename: /dynamic-conf.yaml
|
||||||
|
|
||||||
##---------------------##
|
##---------------------##
|
||||||
|
|
||||||
## dynamic configuration
|
## dynamic configuration
|
||||||
# dymanic-conf.yaml
|
# dynamic-conf.yaml
|
||||||
|
|
||||||
http:
|
http:
|
||||||
routers:
|
routers:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue