Merge 'v1.7' into master
This commit is contained in:
commit
fdf14cd101
245 changed files with 21243 additions and 5450 deletions
|
@ -184,6 +184,11 @@ func (s *Server) loadFrontendConfig(
|
|||
return nil, err
|
||||
}
|
||||
|
||||
// Handler used by error pages
|
||||
if backendsHandlers[entryPointName+providerName+frontend.Backend] == nil {
|
||||
backendsHandlers[entryPointName+providerName+frontend.Backend] = lb
|
||||
}
|
||||
|
||||
if healthCheckConfig != nil {
|
||||
backendsHealthCheck[entryPointName+providerName+frontendHash] = healthCheckConfig
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue