yxorp/README.md

23 lines
366 B
Markdown

# yxorp
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.