I have two application servers where Spring boot application is running on port 9191 on both the servers.
For using this we have configure web as nginx which is running on 80 port
When i am trying to connect from the application server i am able to connect using loginID and Password.
Now the issue came with Load balance.
--------------------------------------------------
i am configuring the load balance with the two ip's along with port 9191 this is unable to connect.
when i change the port to default it connect to the web page but unable to connect with userid/password
can any one suggest me on this type of configuration/ or how to bind the application with nginx,