]> git.openstreetmap.org Git - chef.git/commitdiff
Use cgimap for full object fetches
authorTom Hughes <tom@compton.nu>
Wed, 9 Oct 2013 18:17:04 +0000 (19:17 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 9 Oct 2013 18:17:04 +0000 (19:17 +0100)
cookbooks/web/templates/default/apache.backend.erb

index 5cd50fb441ff7d9c513fb9bbc3e9a4b4318d85bf..be4bfdeb920d2646aa007d570dc5b37e72237cfe 100644 (file)
@@ -39,5 +39,6 @@
   # Pass supported calls to cgimap
   #
   RewriteRule ^/api/0\.6/map$ - [H=fcgi:127.0.0.1:8000]
   # Pass supported calls to cgimap
   #
   RewriteRule ^/api/0\.6/map$ - [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>
   RewriteRule ^/api/0\.6/(nodes|ways|relations)$ - [H=fcgi:127.0.0.1:8000]
 </VirtualHost>