Simple reverse proxy | yxorp esrever elpmiS
Go to file
dig 8754738646 Replaced log.js to tagol npm package (the same thing) 2019-06-09 00:04:14 +02:00
src Replaced log.js to tagol npm package (the same thing) 2019-06-09 00:04:14 +02:00
tests Replaced log.js to tagol npm package (the same thing) 2019-06-09 00:04:14 +02:00
.gitignore Initial commit 2018-12-22 02:23:34 +01:00
LICENSE Initial commit 2018-12-22 02:23:34 +01:00
README.md mini doc 2018-12-22 02:50:45 +01:00
domains-exemple mini doc 2018-12-22 02:50:45 +01:00
package-lock.json Replaced log.js to tagol npm package (the same thing) 2019-06-09 00:04:14 +02:00
package.json Replaced log.js to tagol npm package (the same thing) 2019-06-09 00:04:14 +02:00

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.