Skip to content

Commit df7c80b

Browse files
committed
docs updated (synopsis of directive add_upstream) [ci skip]
1 parent 5df6618 commit df7c80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ sourced upstream by multiplying them by factor *N*.
3535
```nginx
3636
upstream combined {
3737
add_upstream upstream1; # src upstream 1
38-
add_upstream upstream2; # src upstream 2
38+
add_upstream upstream2 weight=2; # src upstream 2
3939
server some_another_server; # if needed
4040
add_upstream upstream3 backup; # src upstream 3
4141
}

0 commit comments

Comments
 (0)