Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morzhanov/reverse-proxy
Reverse proxy solutions example.
https://github.com/morzhanov/reverse-proxy
Last synced: 5 days ago
JSON representation
Reverse proxy solutions example.
- Host: GitHub
- URL: https://github.com/morzhanov/reverse-proxy
- Owner: morzhanov
- Created: 2021-10-22T16:52:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-23T09:38:41.000Z (about 3 years ago)
- Last Synced: 2024-11-08T00:52:34.503Z (about 2 months ago)
- Language: Dockerfile
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reverse-proxy
Reverse proxy solutions example.
Repo contains basic reverse proxy examples with popular solutions:
- Apache Server
- Envoy
- HAProxy
- NGINXExample based on two identical servers which are load balanced by proxies.
## Run
```bash
docker-compose -p rproxy up -d
```- Apache Server: http:127.0.0.1:3001
- Envoy: http:127.0.0.1:3002
- HAProxy: http:127.0.0.1:3003
- NGINX: http:127.0.0.1:3004