mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
chore: update error definations
This commit is contained in:
parent
d83272d5b8
commit
7bb8cb5d19
17 changed files with 846 additions and 655 deletions
|
@ -741,6 +741,11 @@
|
|||
"https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_ssl_certificate"
|
||||
]
|
||||
},
|
||||
"grpc_ssl_certificate_cache": {
|
||||
"links": [
|
||||
"https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_ssl_certificate_cache"
|
||||
]
|
||||
},
|
||||
"grpc_ssl_certificate_key": {
|
||||
"links": [
|
||||
"https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_ssl_certificate_key"
|
||||
|
@ -1241,6 +1246,11 @@
|
|||
"https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_disable"
|
||||
]
|
||||
},
|
||||
"keepalive_min_timeout": {
|
||||
"links": [
|
||||
"https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_min_timeout"
|
||||
]
|
||||
},
|
||||
"keepalive_requests": {
|
||||
"links": [
|
||||
"https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_requests",
|
||||
|
@ -2100,6 +2110,12 @@
|
|||
"https://nginx.org/en/docs/stream/ngx_stream_proxy_module.html#proxy_ssl_certificate"
|
||||
]
|
||||
},
|
||||
"proxy_ssl_certificate_cache": {
|
||||
"links": [
|
||||
"https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_ssl_certificate_cache",
|
||||
"https://nginx.org/en/docs/stream/ngx_stream_proxy_module.html#proxy_ssl_certificate_cache"
|
||||
]
|
||||
},
|
||||
"proxy_ssl_certificate_key": {
|
||||
"links": [
|
||||
"https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_ssl_certificate_key",
|
||||
|
@ -2750,6 +2766,12 @@
|
|||
"https://nginx.org/en/docs/stream/ngx_stream_ssl_module.html#ssl_certificate"
|
||||
]
|
||||
},
|
||||
"ssl_certificate_cache": {
|
||||
"links": [
|
||||
"https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_certificate_cache",
|
||||
"https://nginx.org/en/docs/stream/ngx_stream_ssl_module.html#ssl_certificate_cache"
|
||||
]
|
||||
},
|
||||
"ssl_certificate_key": {
|
||||
"links": [
|
||||
"https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_certificate_key",
|
||||
|
@ -2821,6 +2843,11 @@
|
|||
"https://nginx.org/en/docs/stream/ngx_stream_ssl_module.html#ssl_key_log"
|
||||
]
|
||||
},
|
||||
"ssl_object_cache_inheritable": {
|
||||
"links": [
|
||||
"https://nginx.org/en/docs/ngx_core_module.html#ssl_object_cache_inheritable"
|
||||
]
|
||||
},
|
||||
"ssl_ocsp": {
|
||||
"links": [
|
||||
"https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_ocsp",
|
||||
|
@ -3374,6 +3401,11 @@
|
|||
"https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_ssl_certificate"
|
||||
]
|
||||
},
|
||||
"uwsgi_ssl_certificate_cache": {
|
||||
"links": [
|
||||
"https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_ssl_certificate_cache"
|
||||
]
|
||||
},
|
||||
"uwsgi_ssl_certificate_key": {
|
||||
"links": [
|
||||
"https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_ssl_certificate_key"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue