Skip to content

hofnarwillie/node-http-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-http-proxy

A docker image that contains a proxy server that simply forwards requests to whatever is set in the environment variable TARGET_URL.

Uses https://www.npmjs.com/package/http-proxy internally.

Example

docker run -it -p 30000:80 -e TARGET_URL=http://example.com/ hofnarwillie/node-http-proxy

Scripts

  • npm test - integration tests (requires docker-compose)

Notes/TODO

  • Ignores untrusted SSL connections with the downstream service.

About

Docker image for a node proxy using https://www.npmjs.com/package/http-proxy

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors