From 13f735c0d764f7a5c8cdf2704ef0fc4c76bc34ff Mon Sep 17 00:00:00 2001 From: Astro Date: Sat, 19 Sep 2020 19:15:13 +0200 Subject: [PATCH] public-access-proxy: add robots.datenspuren.de --- hosts/containers/public-access-proxy/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/containers/public-access-proxy/configuration.nix b/hosts/containers/public-access-proxy/configuration.nix index 4bc6de89..8ae8729b 100644 --- a/hosts/containers/public-access-proxy/configuration.nix +++ b/hosts/containers/public-access-proxy/configuration.nix @@ -38,6 +38,10 @@ hostNames = [ "robo1.hq.c3d2.de" ]; proxyTo = { host = "172.20.79.62"; httpPort = 80; }; } + { + hostNames = [ "robots.datenspuren.de" ]; + proxyTo = { host = "172.22.99.170"; httpPort = 80; httpsPort = 443; }; + } ]; };