summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2014-01-07 17:18:22 +0100
committervarac <varacanero@zeromail.org>2014-01-07 17:18:22 +0100
commita6be3cc3ec8494c5e57bad3351493239bc16b756 (patch)
treeb6961065b7bb0020c361493587e0b0629136eafb /templates
parentbab9edcb8a081fc32570c3462c8ec7b3c6ce029d (diff)
make chttp bigcouch processes listen only on 127.0.0.1 (Bug #4889)
Diffstat (limited to 'templates')
-rw-r--r--templates/bigcouch/default.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/bigcouch/default.ini b/templates/bigcouch/default.ini
index a8e7fa3..a315dda 100644
--- a/templates/bigcouch/default.ini
+++ b/templates/bigcouch/default.ini
@@ -22,6 +22,8 @@ docroot = /opt/bigcouch/share/www
; For more socket options, consult Erlang's module 'inet' man page.
;socket_options = [{recbuf, 262144}, {sndbuf, 262144}, {nodelay, true}]
+bind_address = <%= scope.lookupvar('couchdb::chttpd_bind_address') %>
+
[chttps]
port = 6984