Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stocks29/plug_redirect_https
Redirect http to https behind a load balancer (or other reverse proxy).
https://github.com/stocks29/plug_redirect_https
Last synced: 8 days ago
JSON representation
Redirect http to https behind a load balancer (or other reverse proxy).
- Host: GitHub
- URL: https://github.com/stocks29/plug_redirect_https
- Owner: stocks29
- License: mit
- Created: 2015-03-24T16:59:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-28T01:59:49.000Z (almost 8 years ago)
- Last Synced: 2024-09-16T17:47:51.086Z (about 2 months ago)
- Language: Elixir
- Size: 10.7 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - Plug to redirect http requests to https requests behind a reverse proxy. (Framework Components)
- fucking-awesome-elixir - plug_redirect_https - Plug to redirect http requests to https requests behind a reverse proxy. (Framework Components)
- awesome-elixir - plug_redirect_https - Plug to redirect http requests to https requests behind a reverse proxy. (Framework Components)
README
PlugRedirectHttps
=================[![Build Status](https://travis-ci.org/stocks29/plug_redirect_https.svg)](https://travis-ci.org/stocks29/plug_redirect_https)
Elixir plug for redirecting http to https behind a load balancer (or other reverse proxy).
API documentation is available at http://hexdocs.pm/plug_redirect_https
### Add as dependency
```elixir
{:plug_redirect_https, "~> 0.0.7"}
```