From 78bbd860c608368185d3ddc010393c07734b4ec0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 23 Jul 2014 10:54:21 -0400 Subject: propellor spin --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Propellor/Property') diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 6409cac8..2394eb29 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -691,8 +691,8 @@ legacyWebSites = propertyList "legacy web sites" , alias "creeksidepress.com" , toProp $ Apache.siteEnabled "creeksidepress.com" $ apachecfg "creeksidepress.com" False [ "ServerAlias www.creeksidepress.com" - , "DocumentRoot /srv/web/creeksidepress.com" - , "" + , "DocumentRoot /srv/web/www.creeksidepress.com" + , "" , " Options FollowSymLinks" , " AllowOverride None" , Apache.allowAll -- cgit v1.2.3