Skip to content

Commit 440575e

Browse files
authored
Docs: fix limit-rate-after references (#12277)
1 parent a8c62e2 commit 440575e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/user-guide/nginx-configuration/configmap.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,6 +1173,9 @@ _References:_
11731173

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

1176+
_References:_
1177+
[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)
1178+
11761179
## lua-shared-dicts
11771180

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

1197-
_References:_
1198-
[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)
1199-
12001200
## http-redirect-code
12011201

12021202
Sets the HTTP status code to be used in redirects.

0 commit comments

Comments
 (0)