public-access-proxy: add error.hq.c3d2.de vhost

This commit is contained in:
Astro 2020-12-03 16:22:09 +01:00
parent 9a01f098f2
commit dcfa8cda56
1 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,10 @@
hostNames = [ "robots.datenspuren.de" ];
proxyTo = { host = "172.22.99.170"; httpPort = 80; httpsPort = 443; };
}
{
hostNames = [ "error.hq.c3d2.de.de" ];
proxyTo = { host = "172.20.73.47"; httpPort = 80; httpsPort = 443; };
}
];
};