This commit is contained in:
Oilbeater 2018-03-23 16:36:18 +00:00 committed by GitHub
commit 68ae4f424f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -533,7 +533,7 @@ func (n *NGINXController) OnUpdate(ingressCfg ingress.Configuration) error {
}
}
if !found {
redirectServers[n] = srv.Hostname
redirectServers[srv.Hostname] = n
}
}
}