https://github.com/tkdn/docker-nginx
https://github.com/tkdn/docker-nginx
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tkdn/docker-nginx
- Owner: tkdn
- Created: 2023-08-15T09:49:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-24T07:56:13.000Z (8 months ago)
- Last Synced: 2026-01-02T06:14:15.631Z (6 months ago)
- Language: Go
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# quick start
```sh
docker compose up
```
# nginx reverse proxy
- http://localhost
- -> go-app routing
- http://localhost/api/v1/path
- -> go-app routing
- http://localhost/api/v2/foo/bar
- -> node-app routing
- http://localhost/api/v1/content/path?name=foobar
- -> redirect to http://localhost/api/v2/content/path?name=foobar