From acd46384939d2bd8ea4a7190193306e60a471513 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 10 Sep 2014 23:01:19 -0400 Subject: propellor spin --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Propellor/Property/SiteSpecific') 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" - , "" + [ "DocumentRoot /var/www" + , "" , " Options Indexes ExecCGI" , " AllowOverride None" , Apache.allowAll -- cgit v1.2.3