diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-18 10:14:30 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-18 10:14:30 -0400 |
| commit | 6f0b6b88164327025e50fd1ea954e551fd546ed0 (patch) | |
| tree | eb50efb873d8262dddae62eb8936ca200a167d30 | |
| parent | f26bdd1e24594ad4552a1e66bf0347afa6dde3e2 (diff) | |
propellor spin
| -rw-r--r-- | Propellor/Property/SiteSpecific/JoeySites.hs | 4 |
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>" ] ] |
