https://github.com/acoshift/revprox
Lightweight reverse proxy 1 port
https://github.com/acoshift/revprox
Last synced: 7 months ago
JSON representation
Lightweight reverse proxy 1 port
- Host: GitHub
- URL: https://github.com/acoshift/revprox
- Owner: acoshift
- License: mit
- Created: 2017-05-14T04:08:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T03:39:05.000Z (about 7 years ago)
- Last Synced: 2025-04-06T20:12:18.346Z (11 months ago)
- Language: Go
- Size: 22.5 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.