diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 6409cac..2394eb2 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