Rename BBS upstream
This commit is contained in:
parent
2db6e7142f
commit
09b59c9e85
1 changed files with 3 additions and 3 deletions
|
|
@ -39,7 +39,7 @@ stream {
|
|||
# Define our upstreams - the BBS nodes/machines themselves. In my case,
|
||||
# there is only one, since all my BBS nodes live on the same machine. If
|
||||
# yours are distributed across several machines, add them here.
|
||||
upstream backend {
|
||||
upstream bbs {
|
||||
# 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
|
||||
|
|
@ -109,8 +109,8 @@ stream {
|
|||
proxy_protocol off;
|
||||
|
||||
# Assuming we didn't bomb out during the math challenge, we pass the
|
||||
# connection to "backend" (defined in the "upstream" section above).
|
||||
proxy_pass backend;
|
||||
# connection to "bbs" (defined in the "upstream" section above).
|
||||
proxy_pass bbs;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue