Node Security Setup
Reverse Proxy
A reverse proxy server is a type of proxy server that typically sits behind the firewall in a private network and directs client requests to the appropriate backend server. A reverse proxy provides an additional level of abstraction and control to ensure the smooth flow of network traffic between clients and servers.
NGINX Reverse Proxy
Passing a Request to a Proxied Server
Passing Request Headers
Choosing an Outgoing IP Address
Last updated
Was this helpful?