https://github.com/ahmedalaa14/2-nginx-reverse-proxy
ngnix-contianer-reverse-proxy
https://github.com/ahmedalaa14/2-nginx-reverse-proxy
docker-compose html5 nginx reverse-proxy
Last synced: about 1 month ago
JSON representation
ngnix-contianer-reverse-proxy
- Host: GitHub
- URL: https://github.com/ahmedalaa14/2-nginx-reverse-proxy
- Owner: ahmedalaa14
- Created: 2024-01-06T12:32:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-12T20:04:07.000Z (over 2 years ago)
- Last Synced: 2025-07-30T17:33:22.030Z (11 months ago)
- Topics: docker-compose, html5, nginx, reverse-proxy
- Language: Dockerfile
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ngnix-contianer-reverse-proxy
if you want to create a reserve proxy for docker containers
the goal of this project is to do reverse proxy
- /app1 --> goes to the 1st microservice.
- /app2 --> goes to the 2nd microservice.
- / will go to the default index.html file.