Skip to content

Commit be5b860

Browse files
update reference.json (#341)
Co-authored-by: ryepup <[email protected]>
1 parent 01a9a3e commit be5b860

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
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": "@nginx/reference-lib",
3-
"version": "1.1.9",
3+
"version": "1.1.10",
44
"description": "",
55
"main": "dist/index.js",
66
"type": "module",

reference-lib/src/reference.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,6 +1136,24 @@
11361136
"description_md": "Disables keep-alive connections with misbehaving browsers.\nThe *`browser`* parameters specify which\nbrowsers will be affected.\nThe value `msie6` disables keep-alive connections\nwith old versions of MSIE, once a POST request is received.\nThe value `safari` disables keep-alive connections\nwith Safari and Safari-like browsers on macOS and macOS-like\noperating systems.\nThe value `none` enables keep-alive connections\nwith all browsers.\n> Prior to version 1.1.18, the value `safari` matched\n> all Safari and Safari-like browsers on all operating systems, and\n> keep-alive connections with them were disabled by default.",
11371137
"description_html": "<p>Disables keep-alive connections with misbehaving browsers.\nThe <em><code>browser</code></em> parameters specify which\nbrowsers will be affected.\nThe value <code>msie6</code> disables keep-alive connections\nwith old versions of MSIE, once a POST request is received.\nThe value <code>safari</code> disables keep-alive connections\nwith Safari and Safari-like browsers on macOS and macOS-like\noperating systems.\nThe value <code>none</code> enables keep-alive connections\nwith all browsers.</p>\n\n<blockquote>\n<p>Prior to version 1.1.18, the value <code>safari</code> matched\nall Safari and Safari-like browsers on all operating systems, and\nkeep-alive connections with them were disabled by default.</p>\n</blockquote>\n"
11381138
},
1139+
{
1140+
"name": "keepalive_min_timeout",
1141+
"default": "0",
1142+
"contexts": [
1143+
"http",
1144+
"server",
1145+
"location"
1146+
],
1147+
"syntax_md": [
1148+
"*`timeout`*"
1149+
],
1150+
"syntax_html": [
1151+
"<p><em><code>timeout</code></em></p>\n"
1152+
],
1153+
"isBlock": false,
1154+
"description_md": "Sets a timeout during which a keep-alive\nclient connection will not be closed on the server side\nfor connection reuse or on graceful shutdown of worker processes.",
1155+
"description_html": "<p>Sets a timeout during which a keep-alive\nclient connection will not be closed on the server side\nfor connection reuse or on graceful shutdown of worker processes.</p>\n"
1156+
},
11391157
{
11401158
"name": "keepalive_requests",
11411159
"default": "1000",
@@ -16518,5 +16536,5 @@
1651816536
]
1651916537
}
1652016538
],
16521-
"version": "https://github.com/nginx/nginx.org/commit/4280753a9646343caab18a66beae25d7c6a9e650"
16539+
"version": "https://github.com/nginx/nginx.org/commit/7ce55f6a9579d4b928d03f94e3a7901767ea9a50"
1652216540
}

0 commit comments

Comments
 (0)