summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2014-07-23 10:54:21 -0400
committerJoey Hess2014-07-23 10:54:21 -0400
commit78bbd860c608368185d3ddc010393c07734b4ec0 (patch)
tree8491e127222189b934c7de2f895c9c369e296466 /src
parent321a0bdef6c34c250af8c893290747e6e3e628c3 (diff)
propellor spin
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs4
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