From 80b685f0a355ca62bdbe0e603fd69a2705748bac Mon Sep 17 00:00:00 2001 From: Markus Schmidl Date: Sat, 22 Jun 2019 15:54:04 +0200 Subject: [PATCH] contains/public-access-proxy: updated hosts --- hosts/containers/public-access-proxy/configuration.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hosts/containers/public-access-proxy/configuration.nix b/hosts/containers/public-access-proxy/configuration.nix index c087034d..7f66647c 100644 --- a/hosts/containers/public-access-proxy/configuration.nix +++ b/hosts/containers/public-access-proxy/configuration.nix @@ -21,11 +21,7 @@ enable = true; proxyHosts = [ { - hostNames = [ "c3d2.arkom.men" ]; - proxyTo = { host = "80.153.192.57"; httpPort = 80; httpsPort = 443; }; - } - { - hostNames = [ "cloud.bombenverleih.de" "arkom.men" "kl.arkom.men" "cloud.arkom.men" ]; + hostNames = [ "cloud.bombenverleih.de" "unifi.arkom.men" ]; proxyTo = { host = "172.22.99.192"; httpPort = 80; httpsPort = 443; }; } ];