docs: fix misc issues (#4831)
parent
ea9ec80af0
commit
1ac4321013
|
@ -364,7 +364,10 @@ http:
|
||||||
middlewares:
|
middlewares:
|
||||||
authelia:
|
authelia:
|
||||||
forwardAuth:
|
forwardAuth:
|
||||||
address: 'https://authelia:9091/api/authz/forward-auth?authelia_url=https%3A%2F%2Fauth.example.com%2F'
|
address: 'http://authelia:9091/api/authz/forward-auth'
|
||||||
|
## The following commented line is for configuring the Authelia URL in the proxy. We strongly suggest this is
|
||||||
|
## configured in the Session Cookies section of the Authelia configuration.
|
||||||
|
# address: 'https://authelia:9091/api/authz/forward-auth?authelia_url=https%3A%2F%2Fauth.example.com%2F'
|
||||||
trustForwardHeader: true
|
trustForwardHeader: true
|
||||||
authResponseHeaders:
|
authResponseHeaders:
|
||||||
- 'Authorization'
|
- 'Authorization'
|
||||||
|
|
Loading…
Reference in New Issue