509 B
509 B
the task
Loadbalancing the 2 nginx instance
- Use Ansible to install and configure the Nginx and HaProxy on the Systems
- Setup 3 Linux Systems (Cloud, Local VM or Docker)
- 2 x nginx serving a static page be creative ;)
- 1 x haproxy
- with SSL support (self signed ca or LetsEncrypt)
- with HTTP/2
- Setup routing
/
-> request to do both Nginx Instances/1
-> requests are served by Nginx Instance 1 only/2
-> requests are served by Nginx Instance 2 only