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

https://github.com/tkdn/docker-nginx


https://github.com/tkdn/docker-nginx

Last synced: 2 months ago
JSON representation

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