diff --git a/hosts/containers/public-access-proxy/configuration.nix b/hosts/containers/public-access-proxy/configuration.nix index 67f771e2..2f652b2e 100644 --- a/hosts/containers/public-access-proxy/configuration.nix +++ b/hosts/containers/public-access-proxy/configuration.nix @@ -28,11 +28,7 @@ } { hostNames = [ "grafana.hq.c3d2.de" ]; - proxyTo = { host = "grafana.serv.zentralwerk.org"; httpPort = 80; httpsPort = 443; }; - } - { - hostNames = [ "kibana.hq.c3d2.de" ]; - proxyTo = { host = "kibana.serv.zentralwerk.org"; httpPort = 80; httpsPort = 443; }; + proxyTo = { host = "grafana.serv.zentralwerk.dn42"; httpPort = 80; httpsPort = 443; }; } ]; };