summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2014-07-07 21:57:40 +0100
committerRobert Newson <rnewson@apache.org>2014-07-07 21:57:40 +0100
commit167c23e02ab074fba94f44cc8d448466d947538c (patch)
treec47f10d1919fb9e2ae2fcf18a4c14ac1d99a4b22
parent99344a353612e1fd95f980738538e998964adcc1 (diff)
downloadcouchdb-167c23e02ab074fba94f44cc8d448466d947538c.tar.gz
Fix global handler paths
-rw-r--r--rel/overlay/etc/default.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index 93b3b3a5e..43d9f4ff2 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -156,9 +156,9 @@ couch_mrview = true
[httpd_global_handlers]
/ = {couch_httpd_misc_handlers, handle_welcome_req, <<"Welcome">>}
-favicon.ico = {couch_httpd_misc_handlers, handle_favicon_req, "{{prefix}}/www"}
+favicon.ico = {couch_httpd_misc_handlers, handle_favicon_req, "{{prefix}}/share/www"}
-_utils = {couch_httpd_misc_handlers, handle_utils_dir_req, "{{prefix}}/www"}
+_utils = {couch_httpd_misc_handlers, handle_utils_dir_req, "{{prefix}}/share/www"}
_all_dbs = {couch_httpd_misc_handlers, handle_all_dbs_req}
_active_tasks = {couch_httpd_misc_handlers, handle_task_status_req}
_config = {couch_httpd_misc_handlers, handle_config_req}