Drop the namefinder queue.
This commit is contained in:
parent
1790b61c42
commit
bf8ac762dd
1 changed files with 1 additions and 6 deletions
|
@ -166,9 +166,6 @@ else $HTTP["url"] =~ "^/api/0\.6/" {
|
||||||
else $HTTP["url"] =~ "^/api/0\.[0-9]+/" {
|
else $HTTP["url"] =~ "^/api/0\.[0-9]+/" {
|
||||||
url.access-deny = ("")
|
url.access-deny = ("")
|
||||||
}
|
}
|
||||||
else $HTTP["url"] =~ "^/geocoder/(search|description)_osm_namefinder$" {
|
|
||||||
server.error-handler-404 = "/dispatch.namefinder"
|
|
||||||
}
|
|
||||||
else $HTTP["url"] =~ "^/geocoder/(search|description)_geonames$" {
|
else $HTTP["url"] =~ "^/geocoder/(search|description)_geonames$" {
|
||||||
server.error-handler-404 = "/dispatch.geonames"
|
server.error-handler-404 = "/dispatch.geonames"
|
||||||
}
|
}
|
||||||
|
@ -206,9 +203,7 @@ fastcgi.server = (
|
||||||
( "host" => "127.0.0.1", "port" => 8022, "check-local" => "disable" ),
|
( "host" => "127.0.0.1", "port" => 8022, "check-local" => "disable" ),
|
||||||
( "host" => "127.0.0.1", "port" => 8023, "check-local" => "disable" ),
|
( "host" => "127.0.0.1", "port" => 8023, "check-local" => "disable" ),
|
||||||
( "host" => "127.0.0.1", "port" => 8024, "check-local" => "disable" ),
|
( "host" => "127.0.0.1", "port" => 8024, "check-local" => "disable" ),
|
||||||
( "host" => "127.0.0.1", "port" => 8025, "check-local" => "disable" )
|
( "host" => "127.0.0.1", "port" => 8025, "check-local" => "disable" ),
|
||||||
),
|
|
||||||
".namefinder" => (
|
|
||||||
( "host" => "127.0.0.1", "port" => 8026, "check-local" => "disable" ),
|
( "host" => "127.0.0.1", "port" => 8026, "check-local" => "disable" ),
|
||||||
( "host" => "127.0.0.1", "port" => 8027, "check-local" => "disable" ),
|
( "host" => "127.0.0.1", "port" => 8027, "check-local" => "disable" ),
|
||||||
( "host" => "127.0.0.1", "port" => 8028, "check-local" => "disable" ),
|
( "host" => "127.0.0.1", "port" => 8028, "check-local" => "disable" ),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue