add gitea.

This commit is contained in:
Nek0 - 2021-09-05 02:28:48 +02:00
parent 12cb607d7a
commit 838f075190
1 changed files with 8 additions and 0 deletions

View File

@ -49,6 +49,14 @@
httpsPort = 443;
};
}
{
hostNames = [ "gitea.c3d2.de" ];
proxyTo = {
host = "172.20.73.53";
httpPort = 80;
httpsPort = 443;
};
}
# {
# hostNames = [ "kibana.hq.c3d2.de" "kibana-es.hq.c3d2.de" ];
# proxyTo = {