You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/09/28 16:49:54 UTC

[25/39] couchdb commit: updated refs/heads/developer-preview-2.0 to 3ac3db6

set chttpd bind_address to 127.0.0.1 by default


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

Branch: refs/heads/developer-preview-2.0
Commit: ee1b035c35ad4a6246a7332f735ac89824919af4
Parents: dda4a5f
Author: Robert Newson <rn...@apache.org>
Authored: Tue Sep 15 20:32:28 2015 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Tue Sep 15 20:32:28 2015 +0100

----------------------------------------------------------------------
 rel/overlay/etc/default.ini | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/ee1b035c/rel/overlay/etc/default.ini
----------------------------------------------------------------------
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index 8cda263..454bc71 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -32,6 +32,7 @@ n=3
 
 [chttpd]
 port = {{cluster_port}}
+bind_address = 127.0.0.1
 backlog = 512
 docroot = {{fauxton_root}}
 socket_options = [{recbuf, 262144}, {sndbuf, 262144}, {nodelay, true}]