Send the new amf/read API call to the bulkapi queue - the write method
will fall through the main API queue.
This commit is contained in:
parent
2ccbc55236
commit
784e9c6b83
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ server.document-root = "/home/rails/public"
|
|||
$HTTP["useragent"] == "tilesAtHome" {
|
||||
server.error-handler-404 = "/dispatch.tah"
|
||||
}
|
||||
else $HTTP["url"] =~ "^/api/0\.5/(map|trackpoints|amf|swf/trackpoints)$" {
|
||||
else $HTTP["url"] =~ "^/api/0\.5/(map|trackpoints|amf|amf/read|swf/trackpoints)$" {
|
||||
server.error-handler-404 = "/dispatch.bulkapi"
|
||||
}
|
||||
else $HTTP["url"] =~ "^/api/0\.5/.*/search$" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue