]> git.openstreetmap.org Git - chef.git/commitdiff
Only send GET requests to cgimap
authorTom Hughes <tom@compton.nu>
Fri, 18 Oct 2013 09:44:31 +0000 (10:44 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 18 Oct 2013 09:44:31 +0000 (10:44 +0100)
cookbooks/web/templates/default/apache.backend.erb

index fb836494fefe24fa57f46104d22d2ee72f06c5de..0bd6829a1db447a2ae7a57b7540f5bc9e57f7bd6 100644 (file)
@@ -39,6 +39,7 @@
   # 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]
+  RewriteCond %{REQUEST_METHOD} =GET
   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]
   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]