From 784e9c6b83209f376e6dfd7d7634bba407e8b9db Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 12 Oct 2008 23:28:52 +0000 Subject: [PATCH] Send the new amf/read API call to the bulkapi queue - the write method will fall through the main API queue. --- config/lighttpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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$" { -- 2.43.2