2023-04-01

This commit is contained in:
2023-04-01 12:28:58 -05:00
parent 090481ab0d
commit 29c6567506
251 changed files with 88623 additions and 122 deletions

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