An open API service indexing awesome lists of open source software.

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

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.