From fc39a4c73ff70f76ec87314b4ab0f6014cf63568 Mon Sep 17 00:00:00 2001 From: goeranh Date: Sat, 28 Feb 2026 13:55:59 +0100 Subject: [PATCH] setup new domain for plone website --- hosts/proxy/default.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/hosts/proxy/default.nix b/hosts/proxy/default.nix index 06fa2fa..ba41d37 100644 --- a/hosts/proxy/default.nix +++ b/hosts/proxy/default.nix @@ -54,6 +54,18 @@ httpPort = 80; httpsPort = 443; }; + plone_neu = { + dest = "141.56.51.3"; + domain = "www.htw.stura-dresden.de"; + httpPort = 80; + httpsPort = 443; + }; + plone_neu2 = { + dest = "141.56.51.3"; + domain = "htw.stura-dresden.de"; + httpPort = 80; + httpsPort = 443; + }; tix = { dest = "141.56.51.220"; domain = "tix.htw.stura-dresden.de";