feat(kv): add passTLSCert configuration.
This commit is contained in:
parent
6573634012
commit
34eb2e371e
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@
|
|||
backend = "{{Get "" $frontend "/backend"}}"
|
||||
priority = {{Get "0" $frontend "/priority"}}
|
||||
passHostHeader = {{Get "true" $frontend "/passHostHeader"}}
|
||||
passTLSCert = {{Get "false" $frontend "/passtlscert"}}
|
||||
|
||||
{{$entryPoints := SplitGet $frontend "/entrypoints"}}
|
||||
entryPoints = [{{range $entryPoints}}
|
||||
|
|
Loading…
Reference in a new issue