summaryrefslogtreecommitdiff
path: root/Propellor/Property
diff options
context:
space:
mode:
authorJoey Hess2014-04-18 10:14:30 -0400
committerJoey Hess2014-04-18 10:14:30 -0400
commit6f0b6b88164327025e50fd1ea954e551fd546ed0 (patch)
treeeb50efb873d8262dddae62eb8936ca200a167d30 /Propellor/Property
parentf26bdd1e24594ad4552a1e66bf0347afa6dde3e2 (diff)
propellor spin
Diffstat (limited to 'Propellor/Property')
-rw-r--r--Propellor/Property/SiteSpecific/JoeySites.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/Propellor/Property/SiteSpecific/JoeySites.hs b/Propellor/Property/SiteSpecific/JoeySites.hs
index 2a601990..b43d83f8 100644
--- a/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -57,7 +57,9 @@ oldUseNetServer hosts = propertyList ("olduse.net server")
, " <Directory " ++ datadir ++ "/>"
, " Options Indexes FollowSymlinks"
, " AllowOverride None"
- , " Require all granted"
+ -- I had this in the file before.
+ -- This may be needed by a newer version of apache?
+ --, " Require all granted"
, " </Directory>"
]
]