Simple reverse proxy | yxorp esrever elpmiS
Go to file
dig 4cc77eea8b mini doc 2018-12-22 02:50:45 +01:00
src Loot lag of log 2018-12-22 02:34:39 +01:00
tests first commit 2018-12-22 02:31:33 +01: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
log.js Loot lag of log 2018-12-22 02:34:39 +01:00
package-lock.json first commit 2018-12-22 02:31:33 +01:00
package.json first commit 2018-12-22 02:31:33 +01: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.