add_header Access-Control-Allow-Origin "*" always;
}
+ location ~* ^/(search|reverse)(\.php)?/ {
+ error_page 404 /404-old-search-syntax.html;
+ return 404;
+ }
+
location @php {
if ($blocked_user_agent ~ ^2$)
{ return 403; }
<% elsif node[:nominatim][:api_flavour] == "python" %>
if ($request_method = 'OPTIONS') {
- add_header 'Content-Type' 'text/plain charset=UTF-8';
+ add_header 'Content-Type' 'text/plain; charset=UTF-8';
add_header 'Content-Length' 0;
add_header Access-Control-Allow-Origin "*" always;
add_header Access-Control-Allow-Methods 'GET,OPTIONS' always;