Rename BBS upstream

This commit is contained in:
ltning 2025-04-14 12:02:34 +00:00 committed by ltning
parent 2db6e7142f
commit 09b59c9e85

View file

@ -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;
}
}