diff options
| author | Joey Hess <joey@kitenet.net> | 2014-09-10 23:01:19 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-09-10 23:01:19 -0400 |
| commit | acd46384939d2bd8ea4a7190193306e60a471513 (patch) | |
| tree | c59d6e982b17e6665f5f4b42b64eed3cf7a9d124 /src | |
| parent | d8367de73a6c3df75a5ccd8d783ff48adf1cf7be (diff) | |
propellor spin
Diffstat (limited to 'src')
| -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 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 |
