summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2014-01-04 14:41:14 +0100
committervarac <varacanero@zeromail.org>2014-01-04 14:41:14 +0100
commitbab9edcb8a081fc32570c3462c8ec7b3c6ce029d (patch)
tree215118e69e77d7f63d73df51b0972f3a11c5b64c
parent090f014c63ae3e36662cacf9a0bdd2d51cd0e6e6 (diff)
make bigcouch admin process listen only on 127.0.0.1 (Bug #4888)
-rw-r--r--templates/bigcouch/vm.args2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bigcouch/vm.args b/templates/bigcouch/vm.args
index 34b12cd..4618a52 100644
--- a/templates/bigcouch/vm.args
+++ b/templates/bigcouch/vm.args
@@ -29,4 +29,4 @@
# make firewalling easier, see
# http://stackoverflow.com/questions/8459949/bigcouch-cluster-connection-issue#comment10467603_8463814
--kernel inet_dist_listen_min <%= scope.lookupvar('couchdb::ednp_port') %>
+-kernel inet_dist_listen_min <%= scope.lookupvar('couchdb::ednp_port') %> inet_dist_use_interface "{127,0,0,1}"