How to Install and Configure HAProxy as a Reverse Proxy on Ubuntu Server 18.04 LTS
HAProxy as Reverse Proxy + SSL Termination Here i will show you how to install HAProxy on Ubuntu Server 18.04 LTS and also how to configure it as a reverse proxy. A reverse proxy means that you can access multiple web servers through one port, usually 80 for http or 443 for https. I will also show you how to implement SSL encryption using Lets Encrypt and set up automatic renewal of the certificate. And also how to re-direct all HTTP requests to HTTPS. HTTP Config HTTPS Config SSL Certificate Installing HAProxy Step 1 First of all, we are going to update our syste