Add codimd to proxy

This commit is contained in:
Sandro - 2022-06-21 23:41:56 +02:00
parent 5adaa6265a
commit 00f59d9e37
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,9 @@
"c3d2-web.serv.zentralwerk.org"
];
proxyTo.host = config.c3d2.hosts.c3d2-web.ip4;
} {
hostNames = [ "codimd.c3d2.de" ];
proxyTo.host = config.c3d2.hosts.hedgedoc.ip4;
} {
hostNames = [ "gitea.c3d2.de" ];
proxyTo.host = config.c3d2.hosts.gitea.ip4;