Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 395 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 395 Bytes

HTTP-to-HTTPS

Docker Image with Nginx for HTTP to HTTPS Redirection

Page on Docker Hub

Link

Instructions

docker pull omarqunsul/http-to-https
docker run --rm -p 5000:80 omarqunsul/http-to-https:0.1

curl http://localhost:5000/foobar

You should get redirection to https://....

Omar Qunsul