forked from Ivasoft/traefik
Fix redirect problem on dashboard + docs/tests on [web]
This commit is contained in:
committed by
Traefiker
parent
d0f3ad6024
commit
e2c5f3712f
@@ -3,6 +3,8 @@ defaultEntryPoints = ["http","https"]
|
||||
logLevel = "DEBUG"
|
||||
|
||||
[entryPoints]
|
||||
[entryPoints.api]
|
||||
address = ":8081"
|
||||
[entryPoints.http]
|
||||
address = ":8000"
|
||||
[entryPoints.https]
|
||||
@@ -16,5 +18,6 @@ logLevel = "DEBUG"
|
||||
# prefix = "/traefik"
|
||||
# watch = true
|
||||
|
||||
[web]
|
||||
address = ":8081"
|
||||
|
||||
[api]
|
||||
entryPoint = "api"
|
||||
Reference in New Issue
Block a user