Hi guys I am trying to setup Nginx as a reverse proxy for accessing a MongoDB Database. By default Mongo listens to 27017 port. What I want to do, is redirect a hostname for
If you connect to your local instance of mongodb via the usual default ip values it should connect:mongo 10.8.8.10
mongo 10.8.8.10
The issue is with resolving the address via the mongodb shell which is not happening.