Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/acoshift/revprox
- Owner: acoshift
- License: mit
- Created: 2017-05-14T04:08:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T03:39:05.000Z (almost 6 years ago)
- Last Synced: 2024-06-20T01:51:52.477Z (7 months ago)
- Language: Go
- Size: 22.5 KB
- Stars: 4
- Watchers: 3
- 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`.