<% @pools.each do |name,details| -%>
Alias /pool-<%= name %>/ "<%= @directory %>/website/"
- <% end -%>
<% node[:nominatim][:redirects].each do |url,host| -%>
- ProxyPassMatch ^/pool-www/(<%= url %>\.php(/.*)?) http<% if port == 443 -%>s<% end -%>://<%= host %>/pool-www/$1
+ ProxyPassMatch ^/pool-<%= name %>/(<%= url %>\.php(/.*)?) http<% if port == 443 -%>s<% end -%>://<%= host %>/pool-<%= name %>/$1
<% end -%>
- <% @pools.each do |name,details| -%>
ProxyPassMatch ^/pool-<%= name %>/(.*\.php(/.*)?) fcgi://127.0.0.1:<%= details[:port ]%><%= @directory %>/website/$1
<% end -%>
}
},
:redirects => {
- :reverse => "poldi.openstreetmap.org"
+ :reverse => "dulcy.openstreetmap.org",
+ :search => "dulcy.openstreetmap.org",
+ :details => "dulcy.openstreetmap.org"
}
},
:hardware => {