From a6fe50b6e6dc0ff41b6080cad9c387ee7ef5ef63 Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Sat, 7 Jul 2018 19:30:23 -0400 Subject: [PATCH] hcoop: add minsky as admin web node Will be needed when mailman is moved to minsky. --- configDefault/apache.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configDefault/apache.cfg b/configDefault/apache.cfg index 6cd96b1..d6f8c7e 100644 --- a/configDefault/apache.cfg +++ b/configDefault/apache.cfg @@ -14,9 +14,10 @@ val fixperms1 = ConfigCore.sudo ^ " " ^ ConfigCore.installPrefix ^ "/sbin/domtoo val confDir = ConfigCore.localRoot ^ "/vhosts" -val webNodes_admin = [("mccarthy", {version = APACHE_2, auth = NO_AUTH})] val webNodes_all = [("navajos", {version = APACHE_2, auth = MOD_WAKLOG}), ("shelob", {version = APACHE_2, auth = MOD_WAKLOG})] +val webNodes_admin = [("mccarthy", {version = APACHE_2, auth = NO_AUTH}), + ("minsky", {version = APACHE_2, auth = MOD_WAKLOG})] val proxyTargets = ["http://hcoop.net/cgi-bin/mailman", "http://hcoop.net/pipermail"] -- 2.20.1