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

https://github.com/waelson/reverse-proxy

Proxy reverso utilizando Ngnix na frente uma aplicação Golang
https://github.com/waelson/reverse-proxy

Last synced: 3 months ago
JSON representation

Proxy reverso utilizando Ngnix na frente uma aplicação Golang

Awesome Lists containing this project

README

          

# Proxy Reverso com Nginx
O objetivo desse projeto é demonstrar o uso de uma aplicação Golang tendo suas requisições interceptadas por um proxy reverso

### Como executar
No diretório raiz do projeto execute o comando abaixo:
```
docker-compose up --build
```
Acesse o link
```
http://localhost
```

Funcionamento
```
Browser -> Nginx -> App
```