diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 277f209..2442b98 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" , "" - , " Options Options Indexes FollowSymLinks MultiViews ExecCGI Includes" + , " Options Indexes FollowSymLinks MultiViews ExecCGI Includes" , " AllowOverride None" , " Order allow,deny" , " allow from all"