File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/user-guide/nginx-configuration Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1173,6 +1173,9 @@ _References:_
11731173
11741174Sets 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
11781181Customize 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
11941197lua-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
12021202Sets the HTTP status code to be used in redirects.
You can’t perform that action at this time.
0 commit comments