X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/0d9bec04a63b9ea941f4c263e0d3bc9487444b8f..08e15b969def6ab80697e8830ae401ac1f197e25:/cookbooks/nominatim/templates/default/apache.erb diff --git a/cookbooks/nominatim/templates/default/apache.erb b/cookbooks/nominatim/templates/default/apache.erb index 1c8c82f7d..eeda42062 100644 --- a/cookbooks/nominatim/templates/default/apache.erb +++ b/cookbooks/nominatim/templates/default/apache.erb @@ -28,6 +28,9 @@ AddType text/html .php AddType application/xml .phpx AddType application/json .phpj +<% if node[:lsb][:release].to_f >= 14.04 -%> + Require all granted +<% end -%>