}
location @php {
+ if ($forward_to_ui) {
+ rewrite ^(/[^/]*) https://$host/ui$1.html redirect;
+ }
if ($blocked_user_agent ~ ^2$)
{ return 403; }
if ($blocked_referrer)
proxy_redirect off;
proxy_pass http://nominatim_service;
<% end -%>
- if ($forward_to_ui) {
- rewrite ^(/[^/]*) https://$host/ui$1.html redirect;
- }
}
<% if node[:nominatim][:api_flavour] == "php" %>