A Node.js web server, with zero dependencies, which redirects all requests to a URL provided at runtime.
Useful for redirecting Elastic Beanstalk apps to a new location. Just deploy this as a new version, then set the REDIRECT
variable.
Run with node server http://google.com
or set REDIRECT=http://google.com && node server