added ticker host

This commit is contained in:
Winzlieb - 2021-09-04 18:09:05 +02:00
parent 2a9b976cc2
commit add5efdc7b
1 changed files with 8 additions and 0 deletions

View File

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