Make doc more useful

This commit is contained in:
Andrew Davidoff 2023-04-24 10:17:40 -06:00 committed by Andrew Davidoff
parent c9f31be9aa
commit a352164aaf

View file

@ -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 ## 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 ## limit-rate