From: Tom Hughes Date: Tue, 19 Aug 2014 13:39:34 +0000 (+0100) Subject: Use apache 2.4 style access controls X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/ab9cda839738c28e54d47676383d054b0680d06a?ds=inline Use apache 2.4 style access controls --- diff --git a/cookbooks/gps-tile/templates/default/apache.erb b/cookbooks/gps-tile/templates/default/apache.erb index 064e1dc20..73564f543 100644 --- a/cookbooks/gps-tile/templates/default/apache.erb +++ b/cookbooks/gps-tile/templates/default/apache.erb @@ -38,6 +38,11 @@ Options None AllowOverride None - Order allow,deny - Allow from all + Require all granted + + + + + Require all granted +