Home

Proxies

Resources

  1. Forward vs Reverse Proxy

What's the difference?

  • Forward proxy: used by the client such as a web browser. Can reside on the network or on the Internet.
  • Reverse proxy: used by the server such a web server (NGINX).

Repository

https://github.com/okeeffed/developer-notes-nextjs/content/devops/proxies

Sections


Related