Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 441 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 441 Bytes

Reverse Proxy, Cache and Load Balancer with Nginx

diagram

Execution

  1. Clone this repository
git clone https://github.com/vitor-msp/nginx.git
  1. Access the downloaded folder
cd nginx
  1. Run Docker Compose
docker-compose up -d

Notes

  1. Create the DNS entries below on your machine:
127.0.0.1 site.nginx
127.0.0.1 api.nginx
127.0.0.1 blue.api.nginx
127.0.0.1 green.api.nginx