Skip to content

Commit

Permalink
Docs: fix limit-rate-after references (#12277)
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksaC authored Oct 31, 2024
1 parent a8c62e2 commit 440575e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/user-guide/nginx-configuration/configmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -1173,6 +1173,9 @@ _References:_

Sets the initial amount after which the further transmission of a response to a client will be rate limited.

_References:_
[https://nginx.org/en/docs/http/ngx_http_core_module.html#limit_rate_after](https://nginx.org/en/docs/http/ngx_http_core_module.html#limit_rate_after)

## lua-shared-dicts

Customize default Lua shared dictionaries or define more. You can use the following syntax to do so:
Expand All @@ -1194,9 +1197,6 @@ You can optionally set a size unit to allow for kilobyte-granularity. Allowed un
lua-shared-dicts: "certificate_data: 100, my_custom_plugin: 512k"
```

_References:_
[https://nginx.org/en/docs/http/ngx_http_core_module.html#limit_rate_after](https://nginx.org/en/docs/http/ngx_http_core_module.html#limit_rate_after)

## http-redirect-code

Sets the HTTP status code to be used in redirects.
Expand Down

0 comments on commit 440575e

Please sign in to comment.