Hi All ,
I am a newbie for Nginx I have configure Nginx as a reverse proxy I have installed Nginx on Ubuntu 16.04 LTS machine (Where Nginx is running.).
In other hand apache2 is installed another Ubuntu machine (considering as a web server) one test application in deployed in on this web server.
My requirement is that if anybody request for this test application (Application just a simple html login form) . Firstly this request should reach to the Nginx server then Nginx should pass this request to backend web server.
Web server should give back the response to Nginx and Nginx should server the data to the client or User. Can anybody help me here.?
How I can do this.? Thanks in advance