projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4d6f52
)
Revert "Send diff uploads to cgimap"
author
Tom Hughes
<tom@compton.nu>
Thu, 30 May 2019 10:14:32 +0000
(11:14 +0100)
committer
Tom Hughes
<tom@compton.nu>
Thu, 30 May 2019 10:14:37 +0000
(11:14 +0100)
This reverts commit
4869af95cca2e03c7d84de5daae9e70cba72be46
.
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 b69b3f0e67120f279dbf23d1c3e0fc0dcf763bd8..6ce83af6c2668f461b5c499ea3c1b363c8efc611 100644
(file)
--- a/
cookbooks/web/templates/default/apache.backend.erb
+++ b/
cookbooks/web/templates/default/apache.backend.erb
@@
-68,7
+68,6
@@
RewriteRule ^/api/0\.6/(way|relation)/[0-9]+/full$ fcgi://127.0.0.1:8000$0 [P]
RewriteRule ^/api/0\.6/(nodes|ways|relations)$ fcgi://127.0.0.1:8000$0 [P]
RewriteRule ^/api/0\.6/changeset/[0-9]+/download$ fcgi://127.0.0.1:8000$0 [P]
- RewriteRule ^/api/0\.6/changeset/[0-9]+/upload$ fcgi://127.0.0.1:8000$0 [P]
</VirtualHost>
<Directory <%= node[:web][:base_directory] %>/rails/public>