projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c1f8f1
)
Send single object node requests into cgimap again
author
Tom Hughes
<tom@compton.nu>
Sun, 20 Oct 2013 21:50:15 +0000
(22:50 +0100)
committer
Tom Hughes
<tom@compton.nu>
Sun, 20 Oct 2013 21:50:15 +0000
(22:50 +0100)
cookbooks/web/templates/default/apache.backend.erb
patch
|
blob
|
history
diff --git
a/cookbooks/web/templates/default/apache.backend.erb
b/cookbooks/web/templates/default/apache.backend.erb
index 3de2ec48d864d4d8b155c8b140418b7ea837a827..1c3a5c1f7e6c3e86d2a33e7c09cf6cd3ab14cb5c 100644
(file)
--- a/
cookbooks/web/templates/default/apache.backend.erb
+++ b/
cookbooks/web/templates/default/apache.backend.erb
@@
-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>