catch all http redirector, useful for http -> https redirects
Insanely fast and small! Based on alpine and nginx.
docker run -d -e REDIRECT="https://www.google.com/" -p 8080:80 cusspvz/redirect
Now you should be able to browse to http://localhost:8080/any/path
and
have your browser redirected to https://www.google.com/any/path
.
Adjust Dockerfile to override the defaults
Defaults to: 1024
Defaults to: 80
Defaults to: https://$host