]> git.openstreetmap.org Git - chef.git/commitdiff
Let cgimap handle single object node/way/relation calls on the backends
authorTom Hughes <tom@compton.nu>
Fri, 18 Oct 2013 08:01:55 +0000 (09:01 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 18 Oct 2013 08:01:55 +0000 (09:01 +0100)
cookbooks/web/templates/default/apache.backend.erb

index be4bfdeb920d2646aa007d570dc5b37e72237cfe..a0d090fa422c6724afd799370326da439814359c 100644 (file)
@@ -39,6 +39,7 @@
   # Pass supported calls to cgimap
   #
   RewriteRule ^/api/0\.6/map$ - [H=fcgi:127.0.0.1:8000]
+  RewriteRule ^/api/0\.6/(node/way|relation)/[0-9]+$ - [H=fcgi:127.0.0.1:8000]
   RewriteRule ^/api/0\.6/(way|relation)/[0-9]+/full$ - [H=fcgi:127.0.0.1:8000]
   RewriteRule ^/api/0\.6/(nodes|ways|relations)$ - [H=fcgi:127.0.0.1:8000]
 </VirtualHost>