From dd73d8ae9cc635e977a39984f376461d27d1c9dc Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Tue, 18 Apr 2023 21:10:00 +0200 Subject: [PATCH] fix the ipv4 redirects for dump-dvb stuff --- hosts/public-access-proxy/default.nix | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/hosts/public-access-proxy/default.nix b/hosts/public-access-proxy/default.nix index 5d0bfb35..228cd0c3 100644 --- a/hosts/public-access-proxy/default.nix +++ b/hosts/public-access-proxy/default.nix @@ -30,25 +30,13 @@ proxyTo.host = "172.20.73.162"; matchArg = "-m end"; } { - hostNames = [ "staging.dvb.solutions" ]; + hostNames = [ "staging.dvb.solutions" "staging.tlm.solutions" ]; proxyTo = { host = hostRegistry.staging-data-hoarder.ip4; }; matchArg = "-m end"; } { - hostNames = [ "staging.tlm.solutions" ]; - proxyTo = { - host = hostRegistry.staging-data-hoarder.ip4; - }; - matchArg = "-m end"; - } { - hostNames = [ "dvb.solutions" ]; - proxyTo = { - host = "172.20.73.69"; - }; - matchArg = "-m end"; - } { - hostNames = [ "tlm.solutions" ]; + hostNames = [ "dvb.solutions" "tlm.solutions" ]; proxyTo = { host = "172.20.73.69"; };