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
@@ -5,6 +5,8 @@ logLevel = "DEBUG"
|
||||
[entryPoints]
|
||||
[entryPoints.http]
|
||||
address = ":8080"
|
||||
[entryPoints.api]
|
||||
address = ":8081"
|
||||
|
||||
[dynamodb]
|
||||
AccessKeyID = "key"
|
||||
@@ -12,5 +14,5 @@ logLevel = "DEBUG"
|
||||
Endpoint = "{{.DynamoURL}}"
|
||||
Region = "us-east-1"
|
||||
|
||||
[web]
|
||||
address = ":8081"
|
||||
[api]
|
||||
entryPoint = "api"
|
||||
|
||||
Reference in New Issue
Block a user