Merge bc02678106
into 74aff2eb7e
This commit is contained in:
commit
30e35b6add
1 changed files with 1 additions and 1 deletions
|
@ -654,7 +654,7 @@ func (ic *GenericController) getBackendServers() ([]*ingress.Backend, []*ingress
|
||||||
isHTTPSfrom = append(isHTTPSfrom, server)
|
isHTTPSfrom = append(isHTTPSfrom, server)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else if !upstream.Secure {
|
||||||
isHTTP = true
|
isHTTP = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue