Skip to content

Commit 86f60d6

Browse files
committed
docs
1 parent 1727244 commit 86f60d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
hapi-require-https
1+
hapi-require-https [![Build Status](https://travis-ci.org/bendrucker/hapi-require-https.svg?branch=master)](https://travis-ci.org/bendrucker/hapi-require-https)
22
==================
33

4-
http => https redirection for servers behind a reverse proxy
4+
http to https redirection for Hapi servers behind a reverse proxy. Any incoming request with `'http'` in `X-Forwarded-Proto` will be redirected (301) to the same host and path with `'https'` as the protocol.

0 commit comments

Comments
 (0)