Docker image for redirecting all http requests to https
10K+
docker image for redirecting traffic to https using nginx based off of mbentley/nginx:latest
To pull this image:
docker pull mbentley/nginx-https-redirect
Example usage:
docker run -d -p 80:80 --name nginx-ssl-redirect mbentley/nginx-https-redirect
By default, all requests are redirects to https to the same host and URI.
Content type
Image
Digest
sha256:e25379dd9…
Size
7.5 MB
Last updated
about 19 hours ago
docker pull mbentley/nginx-https-redirect