Setting up an Nginx Reverse Proxy
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. |
This topic does not have any threads posted yet!
You cannot post until you login.