https://github.com/emalm/redirector
https://github.com/emalm/redirector
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/emalm/redirector
- Owner: emalm
- License: apache-2.0
- Created: 2016-03-10T18:10:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-17T09:09:58.000Z (over 10 years ago)
- Last Synced: 2025-11-12T03:22:34.092Z (8 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
redirector
==========
[](https://godoc.org/github.com/ematpl/redirector)
Push to Cloud Foundry:
```
make
cf push redirector -p bin/linux -b binary_buildpack -m 64M -k 64M --no-route -c './redirector -listenAddr=0.0.0.0:$PORT'
cf map-route redirector cfapps.io -n em-go
cf push redirector -p bin/linux
```