diff options
author | varac <varacanero@zeromail.org> | 2013-02-08 17:20:42 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-02-08 17:20:42 +0100 |
commit | 84b02911502331b4bf1b298fab2577424d7ef534 (patch) | |
tree | 8327951a7263908e695349dcadd88246d3fa9de2 /puppet/modules | |
parent | 93a514a61ccfd656796d5b5cd143ea4cfacbc15b (diff) |
couchdb: disable futon (Feature #1121)
Diffstat (limited to 'puppet/modules')
-rw-r--r-- | puppet/modules/site_couchdb/files/local.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/modules/site_couchdb/files/local.ini b/puppet/modules/site_couchdb/files/local.ini index 485c9a29..4003bfcd 100644 --- a/puppet/modules/site_couchdb/files/local.ini +++ b/puppet/modules/site_couchdb/files/local.ini @@ -27,6 +27,7 @@ [httpd_global_handlers] ;_google = {couch_httpd_proxy, handle_proxy_req, <<"http://www.google.com">>} +_utils = {couch_httpd_misc_handlers, handle_welcome_req, <<"Welcome, Futon is disabled!">>} [couch_httpd_auth] ; If you set this to true, you should also uncomment the WWW-Authenticate line |