From 6f0b6b88164327025e50fd1ea954e551fd546ed0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 18 Apr 2014 10:14:30 -0400 Subject: propellor spin --- Propellor/Property/SiteSpecific/JoeySites.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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") , " " , " 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" , " " ] ] -- cgit v1.2.3