proxy: use host not hostname to match header
This commit is contained in:
@ -168,7 +168,7 @@ func (a *APIController) bundleProviders() ([]*providerBundle, error) {
|
||||
}
|
||||
bundles[idx] = &providerBundle{
|
||||
a: a,
|
||||
Host: externalHost.Hostname(),
|
||||
Host: externalHost.Host,
|
||||
}
|
||||
bundles[idx].Build(provider)
|
||||
}
|
||||
|
Reference in New Issue
Block a user