You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/07/10 16:51:19 UTC

[46/50] couchdb commit: updated refs/heads/master to 6526051

Fix global handler paths


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/167c23e0
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/167c23e0
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/167c23e0

Branch: refs/heads/master
Commit: 167c23e02ab074fba94f44cc8d448466d947538c
Parents: 99344a3
Author: Robert Newson <rn...@apache.org>
Authored: Mon Jul 7 21:57:40 2014 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Mon Jul 7 21:57:40 2014 +0100

----------------------------------------------------------------------
 rel/overlay/etc/default.ini | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/167c23e0/rel/overlay/etc/default.ini
----------------------------------------------------------------------
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index 93b3b3a..43d9f4f 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}