Simply redirects all HTTP requests to HTTPS (port 443).
1.9K
This docker image provides a basic redirect server for HTTP requests to be 301 redirected to HTTPS. This service assumes that the HTTPS service will always be on port 443.
Run docker run -d -p 80:80 http2httpsredirect and then curl -I http://localhost and notice that you are 301 redirected to https://localhost.
Content type
Image
Digest
Size
3.5 MB
Last updated
over 9 years ago
docker pull unbounce/http2httpsredirect