X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/781339f82377ca12b2ad13ba4b922f5d3028aaf8..0fc444d10eef30ff318e8269d6bd5553f837d8de:/cookbooks/nominatim/templates/default/apache.erb diff --git a/cookbooks/nominatim/templates/default/apache.erb b/cookbooks/nominatim/templates/default/apache.erb index 3d47b428f..5cdd947bc 100644 --- a/cookbooks/nominatim/templates/default/apache.erb +++ b/cookbooks/nominatim/templates/default/apache.erb @@ -33,9 +33,9 @@ <% end -%> - + <% if node[:lsb][:release].to_f >= 14.04 -%> - ProxyPassMatch fcgi://127.0.0.1:<%= @pools[:www][:port ]%>/ + ProxyPassMatch fcgi://127.0.0.1:<%= @pools[:www][:port ]%><%= @directory %>/website/$1 <% else -%> SetHandler fcgi:/var/run/php5-fpm-www.sock <% end -%> @@ -43,20 +43,28 @@ <% @pools.each do |name,details| -%> Alias /pool-<%= name %>/ "<%= @directory %>/website/" - /.*\.php[xj]?(/.*)?$> + /(.*\.php[xj]?(/.*)?)$> <% if node[:lsb][:release].to_f >= 14.04 -%> - ProxyPassMatch fcgi://127.0.0.1:<%= details[:port ]%>/ + ProxyPassMatch fcgi://127.0.0.1:<%= details[:port ]%><%= @directory %>/website/$1 <% else -%> SetHandler fcgi:/var/run/php5-fpm-<%= name %>.sock <% end -%> <% end -%> +<% if node[:lsb][:release].to_f >= 14.04 -%> + Redirect 429 /pool-block/ + ErrorDocument 429 /509.html + + ErrorDocument 429 /509.html + +<% else -%> Redirect 420 /pool-block/ ErrorDocument 420 /509.html ErrorDocument 420 /509.html +<% end -%> Redirect 403 /pool-ban/ ErrorDocument 403 /403.html