summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-02-09 14:10:35 +0100
committervarac <varacanero@zeromail.org>2013-02-09 14:10:35 +0100
commitbda22dea464eddeb9a8be4e8513a8e4d1d3cbe8d (patch)
tree200a6ec836c7e60de26036445cd9af0caa9322f4
parent6e3d87d88578447aa4358aabdf270df2082b422d (diff)
re-enabling futon (see #1121)
-rw-r--r--puppet/modules/site_couchdb/files/local.ini6
1 files changed, 5 insertions, 1 deletions
diff --git a/puppet/modules/site_couchdb/files/local.ini b/puppet/modules/site_couchdb/files/local.ini
index 4003bfcd..b3376cbb 100644
--- a/puppet/modules/site_couchdb/files/local.ini
+++ b/puppet/modules/site_couchdb/files/local.ini
@@ -27,7 +27,11 @@
[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!">>}
+
+# enable futon
+_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!">>}
[couch_httpd_auth]
; If you set this to true, you should also uncomment the WWW-Authenticate line