]> git.openstreetmap.org Git - chef.git/commitdiff
Send single object node requests into cgimap again
authorTom Hughes <tom@compton.nu>
Sun, 20 Oct 2013 21:50:15 +0000 (22:50 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 20 Oct 2013 21:50:15 +0000 (22:50 +0100)
cookbooks/web/templates/default/apache.backend.erb

index 3de2ec48d864d4d8b155c8b140418b7ea837a827..1c3a5c1f7e6c3e86d2a33e7c09cf6cd3ab14cb5c 100644 (file)
@@ -40,7 +40,7 @@
   #
   RewriteRule ^/api/0\.6/map$ - [H=fcgi:127.0.0.1:8000]
   RewriteCond %{REQUEST_METHOD} ^(HEAD|GET)$
-  RewriteRule ^/api/0\.6/(way|relation)/[0-9]+$ - [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>