update readme

This commit is contained in:
Jun Kurihara 2022-07-25 20:20:02 +09:00
commit dcedd7f6b3
2 changed files with 34 additions and 0 deletions

12
TODO.md Normal file
View file

@ -0,0 +1,12 @@
# TODO List
- Improvement of path matcher
- Option for rewriting path like
```
https://example.com:8080/path/to -> http://backend:3030/any_path
```
Currently, incoming path (`/path/to/`) is always preserved in the mapping process, i.e., mapped to `backend:3030/path/to`.
- Smaller footprint of docker image using musl
- Refactoring
- Options to serve custom http_error page.
- etc.