From bab9edcb8a081fc32570c3462c8ec7b3c6ce029d Mon Sep 17 00:00:00 2001 From: varac Date: Sat, 4 Jan 2014 14:41:14 +0100 Subject: make bigcouch admin process listen only on 127.0.0.1 (Bug #4888) --- templates/bigcouch/vm.args | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- cgit v1.2.3