netwons / reverse-proxy

Configuring NGINX as Reverse Proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reverse-proxy

Configuring NGINX as Reverse Proxy

Reverse proxy is one of the most widely deployed use case for NGINX instance, providing an additional level of abstraction and control to ensure the smooth flow of network traffic between clients and servers.

In this basic how-to, we cover:

  • High level understanding of forward proxy and reverse proxy
  • proxy_pass directive
  • Redefining Request Headers

Link to YouTube Video: https://youtu.be/lZVAI3PqgHc

About

Configuring NGINX as Reverse Proxy