Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow forcing X-Forwarded-Proto Header #127

Merged
merged 1 commit into from
Sep 29, 2016
Merged

Allow forcing X-Forwarded-Proto Header #127

merged 1 commit into from
Sep 29, 2016

Commits on Sep 14, 2016

  1. Allow forcing X-Forwarded-Proto Header

    There are situations where it's not possible to determine the
    appropriate value for this header from the incoming connection (for
    example when running behind an Amazon ELB in TCP mode where SSL
    termination is handled by the ELB). This therefore adds a config option
    to allow forcing the X-Forwarded-Proto header to be https.
    timmow authored and Jonty committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    a42f716 View commit details
    Browse the repository at this point in the history