Skip to content

simpleproxy is a simple reverse proxy, mostly for development purposes.

License

Notifications You must be signed in to change notification settings

chetan/simpleproxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simpleproxy

simple proxy is a really simple reverse proxy - mostly for development purposes.

installation

go get github.com/ybrs/simpleproxy.git

or

git clone
go build

usage

simpleproxy -listen 0.0.0.0:9001 -target http://localhost:8000

also simpleproxy can handle static files too

simpleproxy -listen 0.0.0.0:9001 -target http://localhost:8000 -static /media/:./media/

About

simpleproxy is a simple reverse proxy, mostly for development purposes.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Go 99.1%
  • Makefile 0.9%