feat(docker): add passTLSCert label.
This commit is contained in:
parent
6e5f7650a5
commit
423385bca0
4 changed files with 21 additions and 0 deletions
|
@ -20,6 +20,7 @@ const (
|
|||
DefaultWeight = "0"
|
||||
DefaultProtocol = "http"
|
||||
DefaultPassHostHeader = "true"
|
||||
DefaultPassTLSCert = false
|
||||
DefaultFrontendPriority = "0"
|
||||
DefaultCircuitBreakerExpression = "NetworkErrorRatio() > 1"
|
||||
DefaultFrontendRedirectEntryPoint = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue