Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SimpleHomelab committed May 11, 2020
1 parent d0c4bc1 commit 94d93f8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions traefik2/rules/middlewares.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
trustForwardHeader = true
authResponseHeaders = ["X-Forwarded-User"]

[http.middlewares.authelia.forwardAuth]
address = "http://authelia:9091/api/verify?rd=https://authelia.example.com"
trustForwardHeader = true
authResponseHeaders = ["Remote-User", "Remote-Groups"]
[http.middlewares.middlewares-authelia]
[http.middlewares.middlewares-authelia.forwardAuth]
address = "http://authelia:9091/api/verify?rd=https://authelia.example.com"
trustForwardHeader = true
authResponseHeaders = ["Remote-User", "Remote-Groups"]

0 comments on commit 94d93f8

Please sign in to comment.