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: about 2 months ago
JSON representation

Redirect http to https behind a load balancer (or other reverse proxy).

Lists

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"}
```