mirror of
https://github.com/traefik/traefik
synced 2026-02-03 11:10:33 +00:00
add ServersTransport on services
This commit is contained in:
@@ -7,7 +7,8 @@ import (
|
||||
// BuildConfiguration is a helper to create a configuration.
|
||||
func BuildConfiguration(dynamicConfigBuilders ...func(*dynamic.HTTPConfiguration)) *dynamic.HTTPConfiguration {
|
||||
conf := &dynamic.HTTPConfiguration{
|
||||
Models: map[string]*dynamic.Model{},
|
||||
Models: map[string]*dynamic.Model{},
|
||||
ServersTransports: map[string]*dynamic.ServersTransport{},
|
||||
}
|
||||
|
||||
for _, build := range dynamicConfigBuilders {
|
||||
|
||||
Reference in New Issue
Block a user