Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/acoshift/revprox

Lightweight reverse proxy 1 port
https://github.com/acoshift/revprox

Last synced: about 1 month ago
JSON representation

Lightweight reverse proxy 1 port

Awesome Lists containing this project

README

        

# revprox

Lightweight reverse proxy 1 port

## Installation

- Go

```bash
$ go get -u github.com/acoshift/revprox
```

- Docker

```bash
$ docker pull acoshift/revprox
```

## Build from source

```bash
$ 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`.