projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
eb13c26
)
Keep /relation/N/full with rails for now
author
Tom Hughes
<tom@compton.nu>
Wed, 9 Oct 2013 18:21:15 +0000
(19:21 +0100)
committer
Tom Hughes
<tom@compton.nu>
Wed, 9 Oct 2013 18:21:15 +0000
(19:21 +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 be4bfdeb920d2646aa007d570dc5b37e72237cfe..2bdd3b7396c9ec702cf15601a090c464b13aa202 100644
(file)
--- a/
cookbooks/web/templates/default/apache.backend.erb
+++ b/
cookbooks/web/templates/default/apache.backend.erb
@@
-39,6
+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/(way)/[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>