propellor spin
This commit is contained in:
parent
f26bdd1e24
commit
6f0b6b8816
|
@ -57,7 +57,9 @@ oldUseNetServer hosts = propertyList ("olduse.net server")
|
||||||
, " <Directory " ++ datadir ++ "/>"
|
, " <Directory " ++ datadir ++ "/>"
|
||||||
, " Options Indexes FollowSymlinks"
|
, " Options Indexes FollowSymlinks"
|
||||||
, " AllowOverride None"
|
, " 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>"
|
, " </Directory>"
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue