summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJohn Christopher Anderson <jchris@apache.org>2010-05-05 19:51:32 +0000
committerJohn Christopher Anderson <jchris@apache.org>2010-05-05 19:51:32 +0000
commit8aca45b45b116abaa9594fc7f065128b858613d2 (patch)
treebc0ffce8882c0ee8ea335906240f33702661ddab /etc
parentd7d047f439880735377a4b8ea2ce2ef42921fff8 (diff)
rewriter security to allow isolation of databases via subdomains
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@941451 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc')
-rw-r--r--etc/couchdb/default.ini.tpl.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in
index d6f52096..fb88ba63 100644
--- a/etc/couchdb/default.ini.tpl.in
+++ b/etc/couchdb/default.ini.tpl.in
@@ -18,6 +18,7 @@ bind_address = 127.0.0.1
max_connections = 2048
authentication_handlers = {couch_httpd_oauth, oauth_authentication_handler}, {couch_httpd_auth, cookie_authentication_handler}, {couch_httpd_auth, default_authentication_handler}
default_handler = {couch_httpd_db, handle_request}
+secure_rewrites = true
[log]
file = %localstatelogdir%/couch.log