Skip to content

Commit

Permalink
fix arg typo in traefik example (oauth2-proxy#1410)
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Speed <[email protected]>
  • Loading branch information
adamcstephens and JoelSpeed authored Oct 18, 2021
1 parent 543a71e commit ea261ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/configuration/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ea261ca

Please sign in to comment.