From 8e92b720955bc1820ab3790d534c46f4f4061e17 Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Fri, 15 May 2015 15:37:14 -0400 Subject: [PATCH] Fix typo in config --- configDefault/apache.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] -- 2.20.1