Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/murage-poc/cautious-barnacle
Nginx reverse proxy as API Gateway
https://github.com/murage-poc/cautious-barnacle
Last synced: 25 days ago
JSON representation
Nginx reverse proxy as API Gateway
- Host: GitHub
- URL: https://github.com/murage-poc/cautious-barnacle
- Owner: murage-poc
- License: mit
- Created: 2021-01-25T20:28:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-25T21:08:52.000Z (almost 4 years ago)
- Last Synced: 2024-12-12T18:07:11.161Z (25 days ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## NGINX Reverse Proxy & Backend Gateway
Showcases how to use NGINX reverse proxy for backend gateway for different endpoints.
The Nginx config has two endpoints `/auth` and `/tenants`.
### Assumptions
- Two containers named `auth` and `tenants` are already running.
- The containers hosting the backend services are running on the same docker network
- Configuration to reflect the `auth` and `tenants` url is updated in the [.env](.env) file