From: Clinton Ebadi Date: Fri, 15 May 2015 19:37:14 +0000 (-0400) Subject: Fix typo in config X-Git-Tag: release_20150515-1 X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/commitdiff_plain/8e92b720955bc1820ab3790d534c46f4f4061e17 Fix typo in config --- diff --git a/configDefault/apache.cfg b/configDefault/apache.cfg index 56a3a98..c88f92c 100644 --- a/configDefault/apache.cfg +++ b/configDefault/apache.cfg @@ -16,7 +16,7 @@ val confDir = ConfigCore.localRoot ^ "/vhosts" val webNodes_all = [("navajos", {version = APACHE_2, auth = MOD_WAKLOG})] val webNodes_admin = [("deleuze", {version = APACHE_2, auth = MOD_WAKLOG}), - ("mccarthy", {version = APACHE_2, auth = NO_AUTH})]] + ("mccarthy", {version = APACHE_2, auth = NO_AUTH})] val proxyTargets = ["http://hcoop.net/cgi-bin/mailman", "http://hcoop.net/pipermail"]