Skip to content

Commit

Permalink
Documenting flag enable-auth-access-log (#10518) (#10535)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelocyreno authored Oct 19, 2023
1 parent a879829 commit b1ac371
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/user-guide/nginx-configuration/configmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ The following table shows a configuration option's name, type, and the default v
|[http-access-log-path](#http-access-log-path)|string|""||
|[stream-access-log-path](#stream-access-log-path)|string|""||
|[enable-access-log-for-default-backend](#enable-access-log-for-default-backend)|bool|"false"||
|[enable-auth-access-log](#enable-auth-access-log)|bool|"false"||
|[error-log-path](#error-log-path)|string|"/var/log/nginx/error.log"||
|[enable-modsecurity](#enable-modsecurity)|bool|"false"||
|[modsecurity-snippet](#modsecurity-snippet)|string|""||
Expand Down Expand Up @@ -326,6 +327,10 @@ __Note:__ If not specified, the `access-log-path` will be used.

Enables logging access to default backend. _**default:**_ is disabled.

## enable-auth-access-log

Enables logging access to the authentication endpoint. _**default:**_ is disabled.

## error-log-path

Error log path. Goes to `/var/log/nginx/error.log` by default.
Expand Down

0 comments on commit b1ac371

Please sign in to comment.