mirror of
https://github.com/yusing/godoxy.git
synced 2025-06-09 13:02:33 +02:00
fix(route): incorrect url for loadbalanced route
This commit is contained in:
parent
ee6cf29bc1
commit
af9629424e
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ func (r *ReveseProxyRoute) addToLoadBalancer(parent task.Parent) {
|
||||||
_ = lb.Start(parent) // always return nil
|
_ = lb.Start(parent) // always return nil
|
||||||
linked = &ReveseProxyRoute{
|
linked = &ReveseProxyRoute{
|
||||||
Route: &Route{
|
Route: &Route{
|
||||||
Alias: cfg.Link + "-loadbalancer",
|
Alias: cfg.Link,
|
||||||
Homepage: r.Homepage,
|
Homepage: r.Homepage,
|
||||||
HealthMon: lb,
|
HealthMon: lb,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue