forked from SW/traefik
Fix default value for InsecureSNI when global is not set
This commit is contained in:
@@ -20,6 +20,7 @@ func NewTraefikConfiguration() *TraefikCmdConfiguration {
|
||||
Configuration: static.Configuration{
|
||||
Global: &static.Global{
|
||||
CheckNewVersion: true,
|
||||
InsecureSNI: true,
|
||||
},
|
||||
EntryPoints: make(static.EntryPoints),
|
||||
Providers: &static.Providers{
|
||||
|
||||
Reference in New Issue
Block a user