Source: medium.com

Load balancing with Pound

Category: Ubuntu, Docker, nginx

Pound is a reverse-proxy load balancing server. It accepts requests from HTTP/HTTPS clients and distributes them to one or more Web servers. The HTTPS requests are decrypted and passed to the back-ends as plain HTTP.

Related Articles