diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
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" |
