docs: rephrase forwardauth.authRequestHeaders

This commit is contained in:
Robin van Boven 2020-12-22 15:36:03 +01:00 committed by GitHub
parent 0ec0e37532
commit da1c9f48b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -285,7 +285,7 @@ http:
### `authRequestHeaders`
The `authRequestHeaders` option is the list of the headers to copy from the request to the authentication server.
It allows to prevent passing headers that have not to be passed to the authentication server.
It allows filtering headers that should not be passed to the authentication server.
If not set or empty then all request headers will be passed.
```yaml tab="Docker"