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

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -