You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
src | 3 years ago | |
tests | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
domains-exemple | 3 years ago | |
package-lock.json | 3 years ago | |
package.json | 3 years ago |
README.md
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
yxorp my_config_file
Defaults to port 80.
To specify the port:
yxorp -p8080 my_config_file
See domains-exemple
and tests/domains-test
for domain file syntax.