]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/templates/default/apache.frontend.erb
Route some additional API calls to cgimap
[chef.git] / cookbooks / web / templates / default / apache.frontend.erb
index d77ca4159a6f5dc17ed7bf713186e0af50cfa312..d48ecd01d43925782e503c9ba9450b458617d412 100644 (file)
   ProxyPassMatch ^(/api/0\.6/changeset/[0-9]+/upload)$ balancer://amsterdam$1
   ProxyPassMatch ^(/api/0\.6/changeset/[0-9]+/download)$ balancer://backend$1
   ProxyPassMatch ^(/api/0\.6/(node|way|relation)/[0-9]+)$ balancer://backend$1
-  ProxyPassMatch ^(/api/0\.6/(node|way|relation)/[0-9]+/(full|history|search|ways))$ balancer://backend$1
+  ProxyPassMatch ^(/api/0\.6/(node|way|relation)/[0-9]+/(full|history|search|ways|relations))$ balancer://backend$1
   ProxyPass /api/0.6/nodes balancer://backend/api/0.6/nodes
   ProxyPass /api/0.6/ways balancer://backend/api/0.6/ways
   ProxyPass /api/0.6/relations balancer://backend/api/0.6/relations