This is a simple docker image that will redirect any traffic on port 80 (http) to 443 (https) using nginx.
http://www.example.com -> https://www.example.com
Docker image: https://hub.docker.com/r/kencochrane/nginx-http-redirect/
A simple docker nginx image that does http redirect to https
Shell
This is a simple docker image that will redirect any traffic on port 80 (http) to 443 (https) using nginx.
http://www.example.com -> https://www.example.com
Docker image: https://hub.docker.com/r/kencochrane/nginx-http-redirect/