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

https://github.com/wasabina67/reverse-proxy-example

Reverse proxy example
https://github.com/wasabina67/reverse-proxy-example

docker-compose nginx-proxy reverse-proxy

Last synced: over 1 year ago
JSON representation

Reverse proxy example

Awesome Lists containing this project

README

          

# reverse-proxy-example
Reverse proxy example

## Run

```bash
docker-compose up -d
```

Open http://localhost/web1

Open http://localhost/web2

## Stop

```bash
docker-compose stop
```