https://github.com/pollosp/microproxy
Testing echo framework
https://github.com/pollosp/microproxy
Last synced: over 1 year ago
JSON representation
Testing echo framework
- Host: GitHub
- URL: https://github.com/pollosp/microproxy
- Owner: pollosp
- Created: 2018-12-19T19:54:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-19T19:54:46.000Z (over 7 years ago)
- Last Synced: 2025-01-31T21:11:26.039Z (over 1 year ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Microproxy
Testing echo framework
# Objective
Have an / with all static content and proxy pass to /api endpoint
## Running
`docker run -ti -e PROXY=localhost:8081 -e ADDRESS=0.0.0.0:8080 -p 8080:8080 microproxy`