summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2014-07-22 15:27:44 -0400
committerJoey Hess2014-07-22 15:27:44 -0400
commit400422a7e6d4fb6a352a8b3a81e2553fc97c9f5f (patch)
tree8c652c7a907fcdfa325678bb039e89be502ceae5 /src
parent98a311476379eb8c05a7a720799cd3416091bbe7 (diff)
propellor spin
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 277f209b..2442b985 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -576,7 +576,7 @@ legacyWebSites = propertyList "legacy web sites"
-- /var/www is empty
[ "DocumentRoot /var/www"
, "<Directory /var/www>"
- , " Options Options Indexes FollowSymLinks MultiViews ExecCGI Includes"
+ , " Options Indexes FollowSymLinks MultiViews ExecCGI Includes"
, " AllowOverride None"
, " Order allow,deny"
, " allow from all"