Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Add support for X-Forwarded-Proto #9472

Merged
merged 5 commits into from
Feb 24, 2021
Merged

Add support for X-Forwarded-Proto #9472

merged 5 commits into from
Feb 24, 2021

Commits on Feb 23, 2021

  1. Add support for X-Forwarded-Proto

    rewrite XForwardedForRequest to set `isSecure()` based on
    `X-Forwarded-Proto`. Also implement `getClientAddress()` while we're here.
    richvdh committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    df6ab3d View commit details
    Browse the repository at this point in the history
  2. Update reverse-proxy documentation

    add X-Forwarded-Proto to revproxy docs
    richvdh committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    271e091 View commit details
    Browse the repository at this point in the history
  3. changelog

    richvdh committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    7dbb0f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Update haproxy docs

    richvdh committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    1e2dffa View commit details
    Browse the repository at this point in the history
  2. fix comment

    richvdh committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    67fc0a6 View commit details
    Browse the repository at this point in the history