diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-22 15:27:44 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-22 15:27:44 -0400 |
| commit | 400422a7e6d4fb6a352a8b3a81e2553fc97c9f5f (patch) | |
| tree | 8c652c7a907fcdfa325678bb039e89be502ceae5 /src | |
| parent | 98a311476379eb8c05a7a720799cd3416091bbe7 (diff) | |
propellor spin
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" |
