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"; };