public-access-proxy: fix addresses

This commit is contained in:
Astro 2020-05-22 19:11:41 +02:00
parent 449ec34f0f
commit c3beabc363
1 changed files with 1 additions and 5 deletions

View File

@ -28,11 +28,7 @@
}
{
hostNames = [ "grafana.hq.c3d2.de" ];
proxyTo = { host = "grafana.serv.zentralwerk.org"; httpPort = 80; httpsPort = 443; };
}
{
hostNames = [ "kibana.hq.c3d2.de" ];
proxyTo = { host = "kibana.serv.zentralwerk.org"; httpPort = 80; httpsPort = 443; };
proxyTo = { host = "grafana.serv.zentralwerk.dn42"; httpPort = 80; httpsPort = 443; };
}
];
};