Web proxying through nginx server

Asked By 0 points N/A Posted on -
qa-featured

Can you configure as a proxy to tomcat applications just the way it is done in apache web server using the apache web proxy?

SHARE
Answered By 0 points N/A #170037

Web proxying through nginx server

qa-featured

Hello,

Yes.  Nginx is an open source Web server and it is also a reverse proxy server. Nginx enables you to do load balancing and run it as a proxy. Nginx provides services from inside the machines through your host's single public IP address.  An example of an IP address is 202.54.1.1.  To install Nginx server follow the steps in Webp1.txt  and WebProxy2.txt attached to this message.

I hope this information is useful.

Related Questions