yxorp/README.md

23 lines
366 B
Markdown
Raw Permalink Normal View History

2018-12-22 02:23:34 +01:00
# yxorp
2018-12-22 02:50:45 +01:00
Simple reverse proxy | yxorp esrever elpmiS
Listen http request on one port and redirect to another app server on
specific ports defined in a config file.
## Usage
```bash
yxorp my_config_file
```
Defaults to port 80.
To specify the port:
```bash
yxorp -p8080 my_config_file
```
See `domains-exemple` and `tests/domains-test` for domain file syntax.