Setting up an Nginx Reverse Proxy

Posted by linuxize on Feb 3, 2019 5:58 PM
By linuxize.com
Mail this story
Web version

A reverse proxy is a service that takes a client request, sends the request to one or more proxied servers, fetches the response, and delivers the server’s response to the client.

Because of its performance and scalability, NGINX is often used as a reverse proxy for HTTP and non-HTTP servers. A common reverse proxy configuration is to put Nginx in front of Node.js, Python or Java applications.

Printed at http://lxer.com/module/newswire/view/265762/index.html