Skip to content

Commit

Permalink
update reference.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ryepup authored and github-actions[bot] committed Jan 14, 2025
1 parent ee892d6 commit ec0272e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions reference-lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion reference-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nginx/reference-lib",
"version": "1.1.7",
"version": "1.1.8",
"description": "",
"main": "dist/index.js",
"type": "module",
Expand Down
22 changes: 11 additions & 11 deletions reference-lib/src/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -3963,7 +3963,7 @@
},
{
"name": "grpc_ssl_protocols",
"default": "TLSv1 TLSv1.1 TLSv1.2 TLSv1.3",
"default": "TLSv1.2 TLSv1.3",
"contexts": [
"http",
"server",
Expand Down Expand Up @@ -6974,7 +6974,7 @@
},
{
"name": "proxy_ssl_protocols",
"default": "TLSv1 TLSv1.1 TLSv1.2 TLSv1.3",
"default": "TLSv1.2 TLSv1.3",
"contexts": [
"http",
"server",
Expand Down Expand Up @@ -8892,7 +8892,7 @@
},
{
"name": "ssl_protocols",
"default": "TLSv1 TLSv1.1 TLSv1.2 TLSv1.3",
"default": "TLSv1.2 TLSv1.3",
"contexts": [
"http",
"server"
Expand Down Expand Up @@ -10963,7 +10963,7 @@
},
{
"name": "uwsgi_ssl_protocols",
"default": "TLSv1 TLSv1.1 TLSv1.2 TLSv1.3",
"default": "TLSv1.2 TLSv1.3",
"contexts": [
"http",
"server",
Expand Down Expand Up @@ -12382,7 +12382,7 @@
},
{
"name": "ssl_protocols",
"default": "TLSv1 TLSv1.1 TLSv1.2 TLSv1.3",
"default": "TLSv1.2 TLSv1.3",
"contexts": [
"mail",
"server"
Expand Down Expand Up @@ -12797,8 +12797,8 @@
"<p><em><code>device</code></em></p>\n"
],
"isBlock": false,
"description_md": "Defines the name of the hardware SSL accelerator.",
"description_html": "<p>Defines the name of the hardware SSL accelerator.</p>\n"
"description_md": "Defines the name of the hardware SSL accelerator.\n\n> The module may be dynamically loaded by OpenSSL during configuration testing.",
"description_html": "<p>Defines the name of the hardware SSL accelerator.</p>\n\n<blockquote>\n<p>The module may be dynamically loaded by OpenSSL during configuration testing.</p>\n</blockquote>\n"
},
{
"name": "thread_pool",
Expand Down Expand Up @@ -14897,7 +14897,7 @@
},
{
"name": "proxy_ssl_protocols",
"default": "TLSv1 TLSv1.1 TLSv1.2 TLSv1.3",
"default": "TLSv1.2 TLSv1.3",
"contexts": [
"stream",
"server"
Expand Down Expand Up @@ -15412,7 +15412,7 @@
},
{
"name": "ssl_protocols",
"default": "TLSv1 TLSv1.1 TLSv1.2 TLSv1.3",
"default": "TLSv1.2 TLSv1.3",
"contexts": [
"stream",
"server"
Expand Down Expand Up @@ -16282,7 +16282,7 @@
},
{
"name": "zone_sync_ssl_protocols",
"default": "TLSv1 TLSv1.1 TLSv1.2",
"default": "TLSv1.2 TLSv1.3",
"contexts": [
"stream",
"server"
Expand Down Expand Up @@ -16385,5 +16385,5 @@
]
}
],
"version": "https://github.com/nginx/nginx.org/commit/c9f5a565b315bf58bd564ab028ba9173d4208cc3"
"version": "https://github.com/nginx/nginx.org/commit/188805ad9494cacabaaed939ebb76da9f74f4d94"
}

0 comments on commit ec0272e

Please sign in to comment.