modules: services: nginx: nginx-sso verbose logs
For some reason it still doesn't appear in the systemd log...
This commit is contained in:
parent
fd898df590
commit
8319f0ea5c
|
@ -248,6 +248,23 @@ in
|
||||||
inherit (cfg.sso) port;
|
inherit (cfg.sso) port;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
audit_log = {
|
||||||
|
target = [
|
||||||
|
"fd://stdout"
|
||||||
|
];
|
||||||
|
events = [
|
||||||
|
"access_denied"
|
||||||
|
"login_success"
|
||||||
|
"login_failure"
|
||||||
|
"logout"
|
||||||
|
"validate"
|
||||||
|
];
|
||||||
|
headers = [
|
||||||
|
"x-origin-uri"
|
||||||
|
"x-application"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
cookie = {
|
cookie = {
|
||||||
domain = ".${config.networking.domain}";
|
domain = ".${config.networking.domain}";
|
||||||
secure = true;
|
secure = true;
|
||||||
|
|
Loading…
Reference in a new issue