An open API service indexing awesome lists of open source software.

https://github.com/aleroxac/alura-nginx

Implementação das 3 principais funcionalidades do Nginx com base no conteúdo asimilado durante o treinamento Nginx da Alura.
https://github.com/aleroxac/alura-nginx

alura docker docker-compose nginx nginx-proxy

Last synced: about 2 months ago
JSON representation

Implementação das 3 principais funcionalidades do Nginx com base no conteúdo asimilado durante o treinamento Nginx da Alura.

Awesome Lists containing this project

README

          

# alura-nginx
Implementação das 3 principais funcionalidades do Nginx com base no conteúdo asimilado durante o treinamento Nginx da Alura.

## Recursos
- HTTP WebServer
- API Gateway
- Reverse Proxy
- Load Balancer

## Requisitos
- git
- docker
- docker-compose

## Modo de uso
``` shell
git clone github.com/aleroxac/alura-nginx && cd alura-nginx
docker-compose -f docker-compose.yml up -d

xdg-open http://localhost:8080

xdg-open http://localhost:8081
xdg-open http://localhost:8081/proxy

xdg-open http://localhost:8082
xdg-open http://localhost:8082/service1
xdg-open http://localhost:8082/service2

xdg-open http://localhost:8083
xdg-open http://localhost:8083/lb

docker-compose -f docker-compose.yml down
```