2023-04-01
This commit is contained in:
17
home/nginx/conf.d/upstreams.conf
Normal file
17
home/nginx/conf.d/upstreams.conf
Normal file
@@ -0,0 +1,17 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user