1
0
Fork 0

feat(docker): add passTLSCert label.

This commit is contained in:
Fernandez Ludovic 2017-12-16 12:42:32 +01:00 committed by Traefiker
parent 6e5f7650a5
commit 423385bca0
4 changed files with 21 additions and 0 deletions

View file

@ -20,6 +20,7 @@ const (
DefaultWeight = "0"
DefaultProtocol = "http"
DefaultPassHostHeader = "true"
DefaultPassTLSCert = false
DefaultFrontendPriority = "0"
DefaultCircuitBreakerExpression = "NetworkErrorRatio() > 1"
DefaultFrontendRedirectEntryPoint = ""