Video coming soon...
This script is for demo purposes only.
Resources & Setup Scripts
Grab the automated bash script from GitHub.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/Networking/haproxy/haproxy-ubuntu.sh
chmod +x haproxy-ubuntu.sh
sudo bash haproxy-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/Networking/haproxy/haproxy-ubuntu.sh
2 Make it Executable
chmod +x haproxy-ubuntu.sh
3 Run the Installer
sudo bash haproxy-ubuntu.sh
4 Access the Stats Dashboard
http://<your-server-ip>:8404/stats
Ports Used
| Port | Purpose |
|---|---|
| 80 | HTTP Frontend |
| 443 | HTTPS / SSL Termination |
| 8404 | Stats & Admin UI |
