summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific
diff options
context:
space:
mode:
authorJoey Hess2014-09-10 23:01:19 -0400
committerJoey Hess2014-09-10 23:01:19 -0400
commitacd46384939d2bd8ea4a7190193306e60a471513 (patch)
treec59d6e982b17e6665f5f4b42b64eed3cf7a9d124 /src/Propellor/Property/SiteSpecific
parentd8367de73a6c3df75a5ccd8d783ff48adf1cf7be (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property/SiteSpecific')
-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 e90265e8..0a8c01b3 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -708,8 +708,8 @@ legacyWebSites = propertyList "legacy web sites"
]
, alias "joey.kitenet.net"
, toProp $ Apache.siteEnabled "joey.kitenet.net" $ apachecfg "joey.kitenet.net" False
- [ "DocumentRoot /home/joey/html"
- , "<Directory /home/joey/html/>"
+ [ "DocumentRoot /var/www"
+ , "<Directory /var/www/>"
, " Options Indexes ExecCGI"
, " AllowOverride None"
, Apache.allowAll