Files
rpg.ascorrea.com/home/nginx/conf.d/upstreams.conf
2023-04-01 12:28:58 -05:00

17 lines
250 B
Plaintext

upstream foundry {
# set this to location of foundry
server foundry:30000;
}
upstream vouch {
# set this to location of the vouch proxy
server vouch:9090;
}
upstream filebrowser{
server filebrowser:80;
}
upstream yacht {
server yacht:8000;
}