1
0
Fork 0

Revert domain fronting fix

* revert domain fronting changes

* reintroduce HostHeader rule

* add doc for removals
This commit is contained in:
Romain 2020-07-13 17:58:03 +02:00 committed by GitHub
parent 77a0cef9ce
commit 0e97a3becd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 69 additions and 430 deletions

View file

@ -20,7 +20,6 @@ func NewTraefikConfiguration() *TraefikCmdConfiguration {
Configuration: static.Configuration{
Global: &static.Global{
CheckNewVersion: true,
InsecureSNI: true,
},
EntryPoints: make(static.EntryPoints),
Providers: &static.Providers{