Fix some minors errors on the documentation
This commit is contained in:
parent
3e76c25887
commit
fd26cf265d
9 changed files with 23 additions and 44 deletions
|
@ -80,6 +80,7 @@ The `weight` option defines the weight of the server for the load balancing algo
|
|||
[http.services.my-service.LoadBalancer]
|
||||
[[http.services.my-service.LoadBalancer.servers]]
|
||||
url = "http://private-ip-server-1/"
|
||||
weight = 1
|
||||
```
|
||||
|
||||
#### Load-balancing
|
||||
|
@ -97,8 +98,10 @@ Various methods of load balancing are supported:
|
|||
method = "drr"
|
||||
[[http.services.my-service.LoadBalancer.servers]]
|
||||
url = "http://private-ip-server-1/"
|
||||
weight = 1
|
||||
[[http.services.my-service.LoadBalancer.servers]]
|
||||
url = "http://private-ip-server-1/"
|
||||
weight = 1
|
||||
```
|
||||
|
||||
#### Sticky sessions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue