diff options
author | varac <varacanero@zeromail.org> | 2013-03-10 15:55:35 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-03-10 15:55:35 +0100 |
commit | 0ae8194ef3a3f8065ff455b4daddc0d62c105ace (patch) | |
tree | d4106f718c1a9ddf1115a7b4d95974f28111007e | |
parent | 0af4cb352017db95606f64f69b316d360bf2675d (diff) |
futon is enabled by default on bigcouch in default.ini
we need to find another way to disable futon, it won't work disabling
it here
-rw-r--r-- | puppet/modules/site_couchdb/files/local.ini | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/puppet/modules/site_couchdb/files/local.ini b/puppet/modules/site_couchdb/files/local.ini index b3376cbb..22aa0177 100644 --- a/puppet/modules/site_couchdb/files/local.ini +++ b/puppet/modules/site_couchdb/files/local.ini @@ -28,8 +28,10 @@ [httpd_global_handlers] ;_google = {couch_httpd_proxy, handle_proxy_req, <<"http://www.google.com">>} +# futon is enabled by default on bigcouch in default.ini +# we need to find another way to disable futon, it won't work disabling it here # enable futon -_utils = {couch_httpd_misc_handlers, handle_utils_dir_req, "/usr/share/couchdb/www"} +#_utils = {couch_httpd_misc_handlers, handle_utils_dir_req, "/usr/share/couchdb/www"} # disable futon #_utils = {couch_httpd_misc_handlers, handle_welcome_req, <<"Welcome, Futon is disabled!">>} |