diff options
author | Benoit Chesneau <benoitc@apache.org> | 2010-01-31 23:00:37 +0000 |
---|---|---|
committer | Benoit Chesneau <benoitc@apache.org> | 2010-01-31 23:00:37 +0000 |
commit | a874df4ab163a251df931ae3551ebfb94361d73d (patch) | |
tree | 9fa069b481130d22db029295891178e4077e27bf /etc/couchdb | |
parent | 70544a1352d627503b788d45e4f6d3e978c46560 (diff) |
add url rewriting support.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@905134 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc/couchdb')
-rw-r--r-- | etc/couchdb/default.ini.tpl.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in index dcf4d0f3..af971f1d 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -87,6 +87,7 @@ _view = {couch_httpd_view, handle_view_req} _show = {couch_httpd_show, handle_doc_show_req} _list = {couch_httpd_show, handle_view_list_req} _info = {couch_httpd_db, handle_design_info_req} +_rewrite = {couch_httpd_rewrite, handle_rewrite_req} _update = {couch_httpd_show, handle_doc_update_req} [uuids] |