From f4632a422c6b8483df91d18724c8c027f4929874 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 10 Dec 2020 15:28:25 +0100 Subject: [PATCH] pulsebert-access-proxy: add drkkr.hq.c3d2.de --- hosts/containers/public-access-proxy/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/containers/public-access-proxy/configuration.nix b/hosts/containers/public-access-proxy/configuration.nix index 8d75a5c1..0969c7e5 100644 --- a/hosts/containers/public-access-proxy/configuration.nix +++ b/hosts/containers/public-access-proxy/configuration.nix @@ -46,6 +46,11 @@ hostNames = [ "error.hq.c3d2.de" ]; proxyTo = { host = "172.20.73.47"; httpPort = 80; httpsPort = 443; }; } + { + hostNames = [ "drkkr.hq.c3d2.de" ]; + # pulsebert + proxyTo = { host = "172.22.99.208"; httpPort = 80; httpsPort = 443; }; + } ]; };