mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
docs: update docs about insecure skip verify
This commit is contained in:
parent
f1c0f8ddca
commit
6c7b644f60
9 changed files with 467 additions and 443 deletions
|
@ -145,3 +145,10 @@ Nginx UI will not create a system initial acme user, this means you can't apply
|
|||
- Type: `string`
|
||||
|
||||
Use this option to customize the name of local server to be displayed in the environment indicator.
|
||||
|
||||
## InsecureSkipVerify
|
||||
|
||||
- Version:`>= v2.0.0-beta.30`
|
||||
- Type: `bool`
|
||||
|
||||
This option is used to skip the verification of the certificate of servers when Nginx UI sends requests to them.
|
||||
|
|
|
@ -4,7 +4,7 @@ Applicable for version v2.0.0-beta.23 and above.
|
|||
## Server
|
||||
|
||||
| Configuration Setting | Environment Variable |
|
||||
| ----------------------------- | ------------------------------------- |
|
||||
|-----------------------|---------------------------------------|
|
||||
| HttpPort | NGINX_UI_SERVER_HTTP_PORT |
|
||||
| RunMode | NGINX_UI_SERVER_RUN_MODE |
|
||||
| JwtSecret | NGINX_UI_SERVER_JWT_SECRET |
|
||||
|
@ -21,6 +21,7 @@ Applicable for version v2.0.0-beta.23 and above.
|
|||
| RecursiveNameservers | NGINX_UI_SERVER_RECURSIVE_NAMESERVERS |
|
||||
| SkipInstallation | NGINX_UI_SERVER_SKIP_INSTALLATION |
|
||||
| Name | NGINX_UI_SERVER_NAME |
|
||||
| InsecureSkipVerify | NGINX_UI_SERVER_INSECURE_SKIP_VERIFY |
|
||||
|
||||
## Nginx
|
||||
|
||||
|
|
|
@ -132,3 +132,10 @@ Nginx UI 将不会创建系统初始的 acme 用户,这意味着您无法在
|
|||
- 类型:`string`
|
||||
|
||||
使用此选项自定义本地服务器的名称,以在环境指示器中显示。
|
||||
|
||||
## InsecureSkipVerify
|
||||
|
||||
- 版本:`>= v2.0.0-beta.30`
|
||||
- 类型: `bool`
|
||||
|
||||
此选项用于配置 Nginx UI 服务器在与其他服务器建立 TLS 连接时是否跳过证书验证。
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
## Server
|
||||
|
||||
| Configuration Setting | Environment Variable |
|
||||
| ----------------------------- | ------------------------------------- |
|
||||
|-------------------------| ------------------------------------- |
|
||||
| HttpPort | NGINX_UI_SERVER_HTTP_PORT |
|
||||
| RunMode | NGINX_UI_SERVER_RUN_MODE |
|
||||
| JwtSecret | NGINX_UI_SERVER_JWT_SECRET |
|
||||
|
@ -21,6 +21,7 @@
|
|||
| RecursiveNameservers | NGINX_UI_SERVER_RECURSIVE_NAMESERVERS |
|
||||
| SkipInstallation | NGINX_UI_SERVER_SKIP_INSTALLATION |
|
||||
| Name | NGINX_UI_SERVER_NAME |
|
||||
| InsecureSkipVerify | NGINX_UI_SERVER_INSECURE_SKIP_VERIFY |
|
||||
|
||||
## Nginx
|
||||
|
||||
|
|
|
@ -133,3 +133,10 @@ Nginx UI 將不會創建系統初始的 acme 使用者,這意味著您無法
|
|||
- 類型:`string`
|
||||
|
||||
使用此選項自定義本地伺服器的名稱,以在環境指示器中顯示。
|
||||
|
||||
## InsecureSkipVerify
|
||||
|
||||
- 版本:`>= v2.0.0-beta.30`
|
||||
- 類型: `bool`
|
||||
|
||||
此選項用於配置 Nginx UI 伺服器在與其他伺服器建立 TLS 連接時是否跳過證書驗證。
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
## Server
|
||||
|
||||
| Configuration Setting | Environment Variable |
|
||||
| ----------------------------- | ------------------------------------- |
|
||||
|------------------------| ------------------------------------- |
|
||||
| HttpPort | NGINX_UI_SERVER_HTTP_PORT |
|
||||
| RunMode | NGINX_UI_SERVER_RUN_MODE |
|
||||
| JwtSecret | NGINX_UI_SERVER_JWT_SECRET |
|
||||
|
@ -21,6 +21,7 @@
|
|||
| RecursiveNameservers | NGINX_UI_SERVER_RECURSIVE_NAMESERVERS |
|
||||
| SkipInstallation | NGINX_UI_SERVER_SKIP_INSTALLATION |
|
||||
| Name | NGINX_UI_SERVER_NAME |
|
||||
| InsecureSkipVerify | NGINX_UI_SERVER_INSECURE_SKIP_VERIFY |
|
||||
|
||||
## Nginx
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue