diff options
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 4 |
1 files changed, 2 insertions, 2 deletions
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" - , "<Directory /srv/web/creeksidepress.com>" + , "DocumentRoot /srv/web/www.creeksidepress.com" + , "<Directory /srv/web/www.creeksidepress.com>" , " Options FollowSymLinks" , " AllowOverride None" , Apache.allowAll |
