From ea261ca01463cd3f411d5ed92143b294ca7bfc84 Mon Sep 17 00:00:00 2001 From: Adam Stephens <2071575+adamcstephens@users.noreply.github.com> Date: Mon, 18 Oct 2021 14:01:40 -0400 Subject: [PATCH] fix arg typo in traefik example (#1410) Co-authored-by: Joel Speed --- docs/docs/configuration/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/overview.md b/docs/docs/configuration/overview.md index c5c6e2fe..5477d746 100644 --- a/docs/docs/configuration/overview.md +++ b/docs/docs/configuration/overview.md @@ -495,7 +495,7 @@ Redirect to sign_in functionality provided without the use of `errors` middlewar **Following options need to be set on `oauth2-proxy`:** - `--upstream=static://202`: Configures a static response for authenticated sessions -- `--reverseproxy=true`: Enables the use of `X-Forwarded-*` headers to determine redirects correctly +- `--reverse-proxy=true`: Enables the use of `X-Forwarded-*` headers to determine redirects correctly ```yaml http: