add reverse proxy forward to borken-data-hoarder

pull/117/head
oxapentane - 2023-05-01 05:59:52 +02:00
parent de6329de4c
commit 4efce70f3f
Signed by: oxapentane
GPG Key ID: 91FA5E5BF9AA901C
1 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,12 @@
hostNames = [ "zw.poelzi.org" ];
proxyTo.host = "172.20.73.162";
matchArg = "-m end";
} {
hostNames = [ "borken.dvb.solutions" "borken.tlm.solutions" ];
proxyTo = {
host = hostRegistry.borken-data-hoarder.ip4;
};
matchArg = "-m end";
} {
hostNames = [ "staging.dvb.solutions" "staging.tlm.solutions" ];
proxyTo = {