Lightweight reverse proxy 1 port
-
Go
$ go get -u github.com/acoshift/revprox
-
Docker
$ docker pull acoshift/revprox
$ git clone https://github.com/acoshift/revprox.git
$ cd revprox
$ make
$ revprox -addr=:8080 -target=http://localhost:9000
This command will start single host reverse proxy on address :8080
.