Fix default value for InsecureSNI when global is not set
This commit is contained in:
parent
06dcf8d8aa
commit
143e9b6f9c
2 changed files with 2 additions and 1 deletions
|
@ -20,6 +20,7 @@ func NewTraefikConfiguration() *TraefikCmdConfiguration {
|
|||
Configuration: static.Configuration{
|
||||
Global: &static.Global{
|
||||
CheckNewVersion: true,
|
||||
InsecureSNI: true,
|
||||
},
|
||||
EntryPoints: make(static.EntryPoints),
|
||||
Providers: &static.Providers{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue