adding a robot to ha-proxy robot1.hq.c3d2.de

This commit is contained in:
bastiion 2020-09-19 15:29:14 +02:00
parent bf568e9de3
commit 3202318820
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@
hostNames = [ "kibana.hq.c3d2.de" "kibana-es.hq.c3d2.de" ];
proxyTo = { host = "kibana.serv.zentralwerk.dn42"; httpPort = 80; httpsPort = 443; };
}
{
hostNames = [ "robo1.hq.c3d2.de" ];
proxyTo = { host = "172.20.79.62"; httpPort = 80; };
}
];
};