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:_
1173
1173
1174
1174
Sets the initial amount after which the further transmission of a response to a client will be rate limited.
1175
1175
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
+
1176
1179
## lua-shared-dicts
1177
1180
1178
1181
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
1194
1197
lua-shared-dicts: "certificate_data: 100, my_custom_plugin: 512k"
1195
1198
```
1196
1199
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
-
1200
1200
## http-redirect-code
1201
1201
1202
1202
Sets the HTTP status code to be used in redirects.
You can’t perform that action at this time.
0 commit comments