projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ccbc55
)
Send the new amf/read API call to the bulkapi queue - the write method
author
Tom Hughes
<tom@compton.nu>
Sun, 12 Oct 2008 23:28:52 +0000
(23:28 +0000)
committer
Tom Hughes
<tom@compton.nu>
Sun, 12 Oct 2008 23:28:52 +0000
(23:28 +0000)
will fall through the main API queue.
config/lighttpd.conf
patch
|
blob
|
history
diff --git
a/config/lighttpd.conf
b/config/lighttpd.conf
index 070d2f1757e266f2e43e700677218a1743493a1b..5cc3134b54b4e15b2aa48d6c28089d22a1438ce1 100644
(file)
--- 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$" {