From: Tom Hughes Date: Sun, 12 Oct 2008 23:28:52 +0000 (+0000) Subject: Send the new amf/read API call to the bulkapi queue - the write method X-Git-Tag: live~7695 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/784e9c6b83209f376e6dfd7d7634bba407e8b9db Send the new amf/read API call to the bulkapi queue - the write method will fall through the main API queue. --- diff --git a/config/lighttpd.conf b/config/lighttpd.conf index 070d2f175..5cc3134b5 100644 --- a/config/lighttpd.conf +++ b/config/lighttpd.conf @@ -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$" {