Docs: fix limit-rate-after references

This commit is contained in:
Aleksa Cukovic 2024-10-31 20:13:15 +01:00 committed by k8s-infra-cherrypick-robot
parent 501282b630
commit 84d5be8479

View file

@ -1172,6 +1172,9 @@ _References:_
Sets the initial amount after which the further transmission of a response to a client will be rate limited. 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 ## lua-shared-dicts
Customize default Lua shared dictionaries or define more. You can use the following syntax to do so: Customize default Lua shared dictionaries or define more. You can use the following syntax to do so:
@ -1193,9 +1196,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" 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 ## http-redirect-code
Sets the HTTP status code to be used in redirects. Sets the HTTP status code to be used in redirects.