Skip to content

Commit f7dba23

Browse files
update reference.json (#191)
Co-authored-by: ryepup <[email protected]>
1 parent 821e51b commit f7dba23

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

reference-lib/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nginxinc/reference-lib",
3-
"version": "1.0.13",
3+
"version": "1.0.14",
44
"description": "",
55
"main": "dist/index.js",
66
"type": "module",

reference-lib/src/reference.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2746,8 +2746,8 @@
27462746
"<p><em><code>rate</code></em></p>\n"
27472747
],
27482748
"isBlock": false,
2749-
"description_md": "Limits the speed of reading the response from the FastCGI server.\nThe *`rate`* is specified in bytes per second.\nThe zero value disables rate limiting.\nThe limit is set per a request, and so if nginx simultaneously opens\ntwo connections to the FastCFI server,\nthe overall rate will be twice as much as the specified limit.\nThe limitation works only if\n[buffering](https://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_buffering) of responses from the FastCGI\nserver is enabled.",
2750-
"description_html": "<p>Limits the speed of reading the response from the FastCGI server.\nThe <em><code>rate</code></em> is specified in bytes per second.\nThe zero value disables rate limiting.\nThe limit is set per a request, and so if nginx simultaneously opens\ntwo connections to the FastCFI server,\nthe overall rate will be twice as much as the specified limit.\nThe limitation works only if\n<a href=\"https://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_buffering\" target=\"_blank\">buffering</a> of responses from the FastCGI\nserver is enabled.</p>\n"
2749+
"description_md": "Limits the speed of reading the response from the FastCGI server.\nThe *`rate`* is specified in bytes per second.\nThe zero value disables rate limiting.\nThe limit is set per a request, and so if nginx simultaneously opens\ntwo connections to the FastCFI server,\nthe overall rate will be twice as much as the specified limit.\nThe limitation works only if\n[buffering](https://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_buffering) of responses from the FastCGI\nserver is enabled.\nParameter value can contain variables (1.27.0).",
2750+
"description_html": "<p>Limits the speed of reading the response from the FastCGI server.\nThe <em><code>rate</code></em> is specified in bytes per second.\nThe zero value disables rate limiting.\nThe limit is set per a request, and so if nginx simultaneously opens\ntwo connections to the FastCFI server,\nthe overall rate will be twice as much as the specified limit.\nThe limitation works only if\n<a href=\"https://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_buffering\" target=\"_blank\">buffering</a> of responses from the FastCGI\nserver is enabled.\nParameter value can contain variables (1.27.0).</p>\n"
27512751
},
27522752
{
27532753
"name": "fastcgi_max_temp_file_size",
@@ -6091,8 +6091,8 @@
60916091
"<p><em><code>rate</code></em></p>\n"
60926092
],
60936093
"isBlock": false,
6094-
"description_md": "Limits the speed of reading the response from the proxied server.\nThe *`rate`* is specified in bytes per second.\nThe zero value disables rate limiting.\nThe limit is set per a request, and so if nginx simultaneously opens\ntwo connections to the proxied server,\nthe overall rate will be twice as much as the specified limit.\nThe limitation works only if\n[buffering](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_buffering) of responses from the proxied\nserver is enabled.",
6095-
"description_html": "<p>Limits the speed of reading the response from the proxied server.\nThe <em><code>rate</code></em> is specified in bytes per second.\nThe zero value disables rate limiting.\nThe limit is set per a request, and so if nginx simultaneously opens\ntwo connections to the proxied server,\nthe overall rate will be twice as much as the specified limit.\nThe limitation works only if\n<a href=\"https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_buffering\" target=\"_blank\">buffering</a> of responses from the proxied\nserver is enabled.</p>\n"
6094+
"description_md": "Limits the speed of reading the response from the proxied server.\nThe *`rate`* is specified in bytes per second.\nThe zero value disables rate limiting.\nThe limit is set per a request, and so if nginx simultaneously opens\ntwo connections to the proxied server,\nthe overall rate will be twice as much as the specified limit.\nThe limitation works only if\n[buffering](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_buffering) of responses from the proxied\nserver is enabled.\nParameter value can contain variables (1.27.0).",
6095+
"description_html": "<p>Limits the speed of reading the response from the proxied server.\nThe <em><code>rate</code></em> is specified in bytes per second.\nThe zero value disables rate limiting.\nThe limit is set per a request, and so if nginx simultaneously opens\ntwo connections to the proxied server,\nthe overall rate will be twice as much as the specified limit.\nThe limitation works only if\n<a href=\"https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_buffering\" target=\"_blank\">buffering</a> of responses from the proxied\nserver is enabled.\nParameter value can contain variables (1.27.0).</p>\n"
60966096
},
60976097
{
60986098
"name": "proxy_max_temp_file_size",
@@ -7491,8 +7491,8 @@
74917491
"<p><em><code>rate</code></em></p>\n"
74927492
],
74937493
"isBlock": false,
7494-
"description_md": "Limits the speed of reading the response from the SCGI server.\nThe *`rate`* is specified in bytes per second.\nThe zero value disables rate limiting.\nThe limit is set per a request, and so if nginx simultaneously opens\ntwo connections to the SCGI server,\nthe overall rate will be twice as much as the specified limit.\nThe limitation works only if\n[buffering](https://nginx.org/en/docs/http/ngx_http_scgi_module.html#scgi_buffering) of responses from the SCGI\nserver is enabled.",
7495-
"description_html": "<p>Limits the speed of reading the response from the SCGI server.\nThe <em><code>rate</code></em> is specified in bytes per second.\nThe zero value disables rate limiting.\nThe limit is set per a request, and so if nginx simultaneously opens\ntwo connections to the SCGI server,\nthe overall rate will be twice as much as the specified limit.\nThe limitation works only if\n<a href=\"https://nginx.org/en/docs/http/ngx_http_scgi_module.html#scgi_buffering\" target=\"_blank\">buffering</a> of responses from the SCGI\nserver is enabled.</p>\n"
7494+
"description_md": "Limits the speed of reading the response from the SCGI server.\nThe *`rate`* is specified in bytes per second.\nThe zero value disables rate limiting.\nThe limit is set per a request, and so if nginx simultaneously opens\ntwo connections to the SCGI server,\nthe overall rate will be twice as much as the specified limit.\nThe limitation works only if\n[buffering](https://nginx.org/en/docs/http/ngx_http_scgi_module.html#scgi_buffering) of responses from the SCGI\nserver is enabled.\nParameter value can contain variables (1.27.0).",
7495+
"description_html": "<p>Limits the speed of reading the response from the SCGI server.\nThe <em><code>rate</code></em> is specified in bytes per second.\nThe zero value disables rate limiting.\nThe limit is set per a request, and so if nginx simultaneously opens\ntwo connections to the SCGI server,\nthe overall rate will be twice as much as the specified limit.\nThe limitation works only if\n<a href=\"https://nginx.org/en/docs/http/ngx_http_scgi_module.html#scgi_buffering\" target=\"_blank\">buffering</a> of responses from the SCGI\nserver is enabled.\nParameter value can contain variables (1.27.0).</p>\n"
74967496
},
74977497
{
74987498
"name": "scgi_max_temp_file_size",
@@ -9779,8 +9779,8 @@
97799779
"<p><em><code>rate</code></em></p>\n"
97809780
],
97819781
"isBlock": false,
9782-
"description_md": "Limits the speed of reading the response from the uwsgi server.\nThe *`rate`* is specified in bytes per second.\nThe zero value disables rate limiting.\nThe limit is set per a request, and so if nginx simultaneously opens\ntwo connections to the uwsgi server,\nthe overall rate will be twice as much as the specified limit.\nThe limitation works only if\n[buffering](https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_buffering) of responses from the uwsgi\nserver is enabled.",
9783-
"description_html": "<p>Limits the speed of reading the response from the uwsgi server.\nThe <em><code>rate</code></em> is specified in bytes per second.\nThe zero value disables rate limiting.\nThe limit is set per a request, and so if nginx simultaneously opens\ntwo connections to the uwsgi server,\nthe overall rate will be twice as much as the specified limit.\nThe limitation works only if\n<a href=\"https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_buffering\" target=\"_blank\">buffering</a> of responses from the uwsgi\nserver is enabled.</p>\n"
9782+
"description_md": "Limits the speed of reading the response from the uwsgi server.\nThe *`rate`* is specified in bytes per second.\nThe zero value disables rate limiting.\nThe limit is set per a request, and so if nginx simultaneously opens\ntwo connections to the uwsgi server,\nthe overall rate will be twice as much as the specified limit.\nThe limitation works only if\n[buffering](https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_buffering) of responses from the uwsgi\nserver is enabled.\nParameter value can contain variables (1.27.0).",
9783+
"description_html": "<p>Limits the speed of reading the response from the uwsgi server.\nThe <em><code>rate</code></em> is specified in bytes per second.\nThe zero value disables rate limiting.\nThe limit is set per a request, and so if nginx simultaneously opens\ntwo connections to the uwsgi server,\nthe overall rate will be twice as much as the specified limit.\nThe limitation works only if\n<a href=\"https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_buffering\" target=\"_blank\">buffering</a> of responses from the uwsgi\nserver is enabled.\nParameter value can contain variables (1.27.0).</p>\n"
97849784
},
97859785
{
97869786
"name": "uwsgi_max_temp_file_size",
@@ -15283,5 +15283,5 @@
1528315283
]
1528415284
}
1528515285
],
15286-
"version": "https://hg.nginx.org:80/nginx.org/rev/dd237dbf1927"
15286+
"version": "https://hg.nginx.org:80/nginx.org/rev/d3b2c35a7ea4"
1528715287
}

0 commit comments

Comments
 (0)