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"}}"
|
backend = "{{Get "" $frontend "/backend"}}"
|
||||||
priority = {{Get "0" $frontend "/priority"}}
|
priority = {{Get "0" $frontend "/priority"}}
|
||||||
passHostHeader = {{Get "true" $frontend "/passHostHeader"}}
|
passHostHeader = {{Get "true" $frontend "/passHostHeader"}}
|
||||||
|
passTLSCert = {{Get "false" $frontend "/passtlscert"}}
|
||||||
|
|
||||||
{{$entryPoints := SplitGet $frontend "/entrypoints"}}
|
{{$entryPoints := SplitGet $frontend "/entrypoints"}}
|
||||||
entryPoints = [{{range $entryPoints}}
|
entryPoints = [{{range $entryPoints}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue