diff options
Diffstat (limited to 'etc/couchdb/local.ini')
-rw-r--r-- | etc/couchdb/local.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/couchdb/local.ini b/etc/couchdb/local.ini index 935bd48f..7ab05446 100644 --- a/etc/couchdb/local.ini +++ b/etc/couchdb/local.ini @@ -20,6 +20,9 @@ ; the whitelist. ;config_whitelist = [{httpd,config_whitelist}, {log,level}, {etc,etc}] +[httpd_global_handlers] +;_google = {couch_httpd_proxy, handle_proxy_req, <<"http://www.google.com">>} + [couch_httpd_auth] ; If you set this to true, you should also uncomment the WWW-Authenticate line ; above. If you don't configure a WWW-Authenticate header, CouchDB will send |