summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-03-21 13:44:22 +0100
committervarac <varacanero@zeromail.org>2013-03-21 13:44:22 +0100
commit471b7961f25e6367cefa0b5ed3cc012bd7dda17f (patch)
tree1ace94bb48887e44b2b39d58b5ca4ed0c48b31ab /templates
parenta4809d6b0627431f72de916abee1214418c01c9d (diff)
make firewalling easier, start erlang vm on port 9001
see http://stackoverflow.com/questions/8459949/bigcouch-cluster-connection-issue#comment10467603_8463814
Diffstat (limited to 'templates')
-rw-r--r--templates/bigcouch/vm.args5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/bigcouch/vm.args b/templates/bigcouch/vm.args
index 15e1f91..5e5f11d 100644
--- a/templates/bigcouch/vm.args
+++ b/templates/bigcouch/vm.args
@@ -25,3 +25,8 @@
# otherwise /etc/couchdb/local.d/admin.ini wouldn't be read mysteriously
-couch_ini /etc/couchdb/default.ini /etc/couchdb/local.ini /etc/couchdb/local.d/admin.ini /etc/couchdb/default.ini /etc/couchdb/local.ini /etc/couchdb/local.d/admin.ini
#
+
+# make firewalling easier, see
+# http://stackoverflow.com/questions/8459949/bigcouch-cluster-connection-issue#comment10467603_8463814
+
+-kernel inet_dist_listen_min 9001