public-access-proxy: add kibana.hq.c3d2.de

This commit is contained in:
Astro 2020-05-22 20:30:30 +02:00
parent c3beabc363
commit 672c8e5b13
1 changed files with 4 additions and 0 deletions

View File

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