https://github.com/articulate/docker-http-to-https
Simple nginx + config to redirect traffic to https
https://github.com/articulate/docker-http-to-https
Last synced: 5 months ago
JSON representation
Simple nginx + config to redirect traffic to https
- Host: GitHub
- URL: https://github.com/articulate/docker-http-to-https
- Owner: articulate
- Created: 2016-03-14T20:22:11.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T17:01:48.000Z (almost 2 years ago)
- Last Synced: 2025-04-08T22:02:14.478Z (over 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 20.5 KB
- Stars: 5
- Watchers: 55
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker image to redirect http to https
The reasoning for this is quite simple, if you just want to redirect all traffic, you can run this container on say port 80. Then on another port, you run your application. You point all of the traffic on HTTP on your load balancer to this container. And the HTTPS traffic to your app.