Point out the importance of keeping max_conns in sync..
This commit is contained in:
parent
db4045f54f
commit
8ea811add0
1 changed files with 3 additions and 0 deletions
|
|
@ -42,6 +42,9 @@ stream {
|
|||
upstream backend {
|
||||
# Using a hostname; IP might be preferable. I limit the connection
|
||||
# count to the number of virtual modems on my OS/2 installation ..
|
||||
# IMPORTANT! If you have a different number of nodes behind a single
|
||||
# IP, change this number AND change the corresponding setting in
|
||||
# bbs_math.lua!
|
||||
server 192.88.99.15:8023 max_conns=2;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue