From a352164aaf0d9a5e36eda115c920d1dff4b7e08e Mon Sep 17 00:00:00 2001 From: Andrew Davidoff Date: Mon, 24 Apr 2023 10:17:40 -0600 Subject: [PATCH] Make doc more useful --- docs/user-guide/nginx-configuration/configmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/nginx-configuration/configmap.md b/docs/user-guide/nginx-configuration/configmap.md index f11231a83..e3b6b925c 100644 --- a/docs/user-guide/nginx-configuration/configmap.md +++ b/docs/user-guide/nginx-configuration/configmap.md @@ -1175,7 +1175,7 @@ Sets a list of URLs that should not appear in the NGINX access log. This is usef ## skip-access-log-http-statuses -Sets a list of HTTP statuses that should not appear in the NGINX access log. This is useful for high volume ingress where turning access logging completely off is undesirable, but not logging things like 2xx and 3xx responses is desirable. _**default:**_ is empty +Sets a comma separated list of HTTP statuses, each interpreted as a regular expression, that should not appear in the NGINX access log. This is useful for high volume ingress where turning access logging completely off is undesirable, but not logging things like 2xx and 3xx responses is desirable. _**default:**_ is empty ## limit-rate