From: Clinton Ebadi Date: Sat, 7 Jul 2018 23:30:23 +0000 (-0400) Subject: hcoop: add minsky as admin web node X-Git-Tag: release_20180707~1 X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/commitdiff_plain/a6fe50b6e6dc0ff41b6080cad9c387ee7ef5ef63 hcoop: add minsky as admin web node Will be needed when mailman is moved to minsky. --- 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"]