October 30, 2021
Nginx Reverse Proxy With Multiple Containers and Certbot
A reverse proxy is a proxy that sits between the internal containers and the external clients that want to connect to it. A reverse proxy forwards the client requests to the appropriate container. I’ll be using Nginx as my reverse proxy becasue Nginx has a number of advcanced loadbalancing and security features.
In this blog post I’ll be seting up a server with two docker containers and a Nginx reverse proxy.
Read more