From 257b4581a6356b6b7a2d6286f927151882767302 Mon Sep 17 00:00:00 2001 From: Markus Schmidl Date: Sun, 7 Apr 2019 22:18:26 +0200 Subject: [PATCH] updated public-access-proxy --- hosts/containers/public-access-proxy/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/containers/public-access-proxy/configuration.nix b/hosts/containers/public-access-proxy/configuration.nix index 6c1f1d77..b5484b40 100644 --- a/hosts/containers/public-access-proxy/configuration.nix +++ b/hosts/containers/public-access-proxy/configuration.nix @@ -36,8 +36,8 @@ enable = true; proxyHosts = [ { - hostNames = [ "arkom.men" "c3d2.arkom.men" "test.arkom.men" ]; - proxyTo = { host = "cloud.bombenverleih.de"; httpPort = 80; httpsPort = 443; }; + hostNames = [ "c3d2.arkom.men" ]; + proxyTo = { host = "80.153.192.57"; httpPort = 80; httpsPort = 443; }; } ]; };