Skip to content

Commit fdea394

Browse files
committed
chore: prepare version v2.2.1
1 parent cc8b820 commit fdea394

File tree

4 files changed

+38
-2
lines changed

4 files changed

+38
-2
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nginx-ui-app-next",
33
"type": "module",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"packageManager": "[email protected]+sha512.21c4e5698002ade97e4efe8b8b4a89a8de3c85a37919f957e7a0f30f38fbc5bbdd05980ffe29179b2fb6e6e691242e098d945d1601772cad0fef5fb6411e2a4b",
66
"scripts": {
77
"dev": "vite --host",

app/src/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"2.2.0","build_id":6,"total_build":505}
1+
{"version":"2.2.1","build_id":1,"total_build":506}

internal/cert/config/config.tar.xz

336 Bytes
Binary file not shown.

internal/nginx/nginx_directives.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,21 @@
6060
"https://nginx.org/en/docs/http/ngx_http_headers_module.html#add_header"
6161
]
6262
},
63+
"add_header_inherit": {
64+
"links": [
65+
"https://nginx.org/en/docs/http/ngx_http_headers_module.html#add_header_inherit"
66+
]
67+
},
6368
"add_trailer": {
6469
"links": [
6570
"https://nginx.org/en/docs/http/ngx_http_headers_module.html#add_trailer"
6671
]
6772
},
73+
"add_trailer_inherit": {
74+
"links": [
75+
"https://nginx.org/en/docs/http/ngx_http_headers_module.html#add_trailer_inherit"
76+
]
77+
},
6878
"addition_types": {
6979
"links": [
7080
"https://nginx.org/en/docs/http/ngx_http_addition_module.html#addition_types"
@@ -231,6 +241,11 @@
231241
"https://nginx.org/en/docs/http/ngx_http_rewrite_module.html#break"
232242
]
233243
},
244+
"challenge": {
245+
"links": [
246+
"https://nginx.org/en/docs/http/ngx_http_acme_module.html#challenge"
247+
]
248+
},
234249
"charset": {
235250
"links": [
236251
"https://nginx.org/en/docs/http/ngx_http_charset_module.html#charset"
@@ -422,6 +437,11 @@
422437
"https://nginx.org/en/docs/http/ngx_http_headers_module.html#expires"
423438
]
424439
},
440+
"external_account_key": {
441+
"links": [
442+
"https://nginx.org/en/docs/http/ngx_http_acme_module.html#external_account_key"
443+
]
444+
},
425445
"extra_auth_args": {
426446
"links": [
427447
"https://nginx.org/en/docs/http/ngx_http_oidc_module.html#extra_auth_args"
@@ -1248,6 +1268,12 @@
12481268
"https://nginx.org/en/docs/stream/ngx_stream_js_module.html#js_fetch_protocols"
12491269
]
12501270
},
1271+
"js_fetch_proxy": {
1272+
"links": [
1273+
"https://nginx.org/en/docs/http/ngx_http_js_module.html#js_fetch_proxy",
1274+
"https://nginx.org/en/docs/stream/ngx_stream_js_module.html#js_fetch_proxy"
1275+
]
1276+
},
12511277
"js_fetch_timeout": {
12521278
"links": [
12531279
"https://nginx.org/en/docs/http/ngx_http_js_module.html#js_fetch_timeout",
@@ -1884,6 +1910,11 @@
18841910
"https://nginx.org/en/docs/http/ngx_http_core_module.html#postpone_output"
18851911
]
18861912
},
1913+
"preferred_chain": {
1914+
"links": [
1915+
"https://nginx.org/en/docs/http/ngx_http_acme_module.html#preferred_chain"
1916+
]
1917+
},
18871918
"preread_buffer_size": {
18881919
"links": [
18891920
"https://nginx.org/en/docs/stream/ngx_stream_core_module.html#preread_buffer_size"
@@ -1894,6 +1925,11 @@
18941925
"https://nginx.org/en/docs/stream/ngx_stream_core_module.html#preread_timeout"
18951926
]
18961927
},
1928+
"profile": {
1929+
"links": [
1930+
"https://nginx.org/en/docs/http/ngx_http_acme_module.html#profile"
1931+
]
1932+
},
18971933
"protocol": {
18981934
"links": [
18991935
"https://nginx.org/en/docs/mail/ngx_mail_core_module.html#protocol"

0 commit comments

Comments
 (0)