From af06036cc388decdc0b92e0923bec6e09581b988 Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 11 Dec 2020 01:35:56 +0100 Subject: [PATCH] public-access-proxy: rm drkkr.hq.c3d2.de haproxy breaks the websockets --- hosts/containers/public-access-proxy/configuration.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/containers/public-access-proxy/configuration.nix b/hosts/containers/public-access-proxy/configuration.nix index 0969c7e5..8d75a5c1 100644 --- a/hosts/containers/public-access-proxy/configuration.nix +++ b/hosts/containers/public-access-proxy/configuration.nix @@ -46,11 +46,6 @@ 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; }; - } ]; };