mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-27 22:23:48 +03:00
parent
134b805644
commit
b8dbecb841
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ func (au AUpstreams) GetUpstreams(r *http.Request) ([]*Upstream, error) {
|
||||||
return upstreams, nil
|
return upstreams, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (au AUpstreams) String() string { return au.Name }
|
func (au AUpstreams) String() string { return net.JoinHostPort(au.Name, au.Port) }
|
||||||
|
|
||||||
type aLookup struct {
|
type aLookup struct {
|
||||||
aUpstreams AUpstreams
|
aUpstreams AUpstreams
|
||||||
|
|
Loading…
Reference in a new issue