Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 452 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 452 Bytes

revprox

Lightweight reverse proxy 1 port

Installation

  • Go

    $ go get -u github.com/acoshift/revprox
  • Docker

    $ docker pull acoshift/revprox

Build from source

$ git clone https://github.com/acoshift/revprox.git
$ cd revprox
$ make

How to Run

$ revprox -addr=:8080 -target=http://localhost:9000

This command will start single host reverse proxy on address :8080.