]> git.openstreetmap.org Git - chef.git/commitdiff
Fix typo
authorTom Hughes <tom@compton.nu>
Fri, 18 Oct 2013 08:29:14 +0000 (09:29 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 18 Oct 2013 08:29:14 +0000 (09:29 +0100)
cookbooks/web/templates/default/apache.backend.erb

index a0d090fa422c6724afd799370326da439814359c..fb836494fefe24fa57f46104d22d2ee72f06c5de 100644 (file)
@@ -39,7 +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/(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>