mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
oauth2_proxy: use explicit upstream default for setXauthrequest
This commit is contained in:
parent
a037cbd46b
commit
048c991eb0
1 changed files with 2 additions and 2 deletions
|
@ -508,9 +508,9 @@ in
|
|||
|
||||
setXauthrequest = mkOption {
|
||||
type = types.nullOr types.bool;
|
||||
default = null;
|
||||
default = false;
|
||||
description = ''
|
||||
Set X-Auth-Request-User and X-Auth-Request-Email response headers (useful in Nginx auth_request mode).
|
||||
Set X-Auth-Request-User and X-Auth-Request-Email response headers (useful in Nginx auth_request mode). Setting this to 'null' means using the upstream default (false).
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue