We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df6618 commit df7c80bCopy full SHA for df7c80b
README.md
@@ -35,7 +35,7 @@ sourced upstream by multiplying them by factor *N*.
35
```nginx
36
upstream combined {
37
add_upstream upstream1; # src upstream 1
38
- add_upstream upstream2; # src upstream 2
+ add_upstream upstream2 weight=2; # src upstream 2
39
server some_another_server; # if needed
40
add_upstream upstream3 backup; # src upstream 3
41
}
0 commit comments