summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific/JoeySites.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Property/SiteSpecific/JoeySites.hs')
-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"