simple proxy is a really simple reverse proxy - mostly for development purposes.
go get github.com/ybrs/simpleproxy.git
or
git clone
go build
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/