From dcfa8cda5662524716023159683178973429288f Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 3 Dec 2020 16:22:09 +0100 Subject: [PATCH] public-access-proxy: add error.hq.c3d2.de vhost --- hosts/containers/public-access-proxy/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/containers/public-access-proxy/configuration.nix b/hosts/containers/public-access-proxy/configuration.nix index 8ae8729b..e0a8a7b1 100644 --- a/hosts/containers/public-access-proxy/configuration.nix +++ b/hosts/containers/public-access-proxy/configuration.nix @@ -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; }; + } ]; };