Why do CouchDB 2.x cluster nodes have to be bound to 0.0.0.0? -


i want setup couchdb cluster of 3 nodes (3 separate virtual ubuntu servers). have thought set nginx on machines act reverse proxy 127.0.0.1:5984.

but seems couchdb nodes have bound 0.0.0.0 part of cluster? according setup wizard. why this?

as side note, if have nginx installed , bind couchdb 0.0.0.0 still using nginx reverse proxy? understanding 0.0.0.0 address listen external traffic.


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -